mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
global: Remove undef CONFIG_... for unused values
We have a number of places that undef CONFIG_... while we never reference CONFIG_... in the first place. Remove these lines. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -59,12 +59,10 @@
|
||||
|
||||
/* Marvell boards specific configurations */
|
||||
#if defined(DB_78X60_PCAC)
|
||||
#undef CONFIG_SPD_EEPROM
|
||||
#define STATIC_TRAINING
|
||||
#endif
|
||||
|
||||
#if defined(DB_78X60_AMC)
|
||||
#undef CONFIG_SPD_EEPROM
|
||||
#undef DRAM_ECC
|
||||
#define DRAM_ECC 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user