mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
p1_p2_rdb: Remove CONFIG_CPLD_[BO]R_PRELIM
These are not referenced in code, drop. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
15b4aed473
commit
53f2222c71
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue