diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:20:09 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:47 -0400 |
commit | 53f2222c71df0fce21d403400a9bc1532e08107c (patch) | |
tree | bf9fcfcdc3945200c4b9ed9f5cd9081cf5adf72a /include/configs | |
parent | 15b4aed4738477892f72d20a078b8b9cda28948c (diff) | |
download | u-boot-53f2222c71df0fce21d403400a9bc1532e08107c.tar.gz u-boot-53f2222c71df0fce21d403400a9bc1532e08107c.tar.bz2 u-boot-53f2222c71df0fce21d403400a9bc1532e08107c.zip |
p1_p2_rdb: Remove CONFIG_CPLD_[BO]R_PRELIM
These are not referenced in code, drop.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index a6523753d5..d0db99468a 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 |