aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-23 13:27:03 -0400
committerTom Rini <trini@konsulko.com>2022-03-23 13:27:03 -0400
commite5c49252db10d8e5da5934fbc5a3eafe3f45fc04 (patch)
tree8b6f09a8d8759a83dcaa612d6ec30246ff8dc2f9
parentf844d24bab0b437163c3f1a583f2f3f803c25f55 (diff)
downloadu-boot-e5c49252db10d8e5da5934fbc5a3eafe3f45fc04.zip
u-boot-e5c49252db10d8e5da5934fbc5a3eafe3f45fc04.tar.gz
u-boot-e5c49252db10d8e5da5934fbc5a3eafe3f45fc04.tar.bz2
p1_p2_rdb: Remove CONFIG_CPLD_[BO]R_PRELIM
These are not referenced in code, drop. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/configs/p1_p2_rdb_pc.h3
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 a652375..d0db994 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