diff mbox series

[22/22] p1_p2_rdb: Remove CONFIG_CPLD_[BO]R_PRELIM

Message ID 20220323212009.1066483-22-trini@konsulko.com
State Accepted
Commit 53f2222c71df0fce21d403400a9bc1532e08107c
Delegated to: Tom Rini
Headers show
Series [01/22] Convert CONFIG_CF_DSPI to Kconfig | expand

Commit Message

Tom Rini March 23, 2022, 9:20 p.m. UTC
These are not referenced in code, drop.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/p1_p2_rdb_pc.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index a6523753d5ca..d0db99468ab5 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -321,9 +321,6 @@ 
 #define CONFIG_SYS_CPLD_BASE_PHYS	CONFIG_SYS_CPLD_BASE
 #endif
 /* CPLD config size: 1Mb */
-#define CONFIG_CPLD_BR_PRELIM	(BR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) | \
-					BR_PS_8 | BR_V)
-#define CONFIG_CPLD_OR_PRELIM	(0xfff009f7)
 
 #define CONFIG_SYS_PMC_BASE	0xff980000
 #define CONFIG_SYS_PMC_BASE_PHYS	CONFIG_SYS_PMC_BASE