]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
global: Remove undef CONFIG_... for unused values
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:03:34 +0000 (10:03 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:07:03 +0000 (10:07 -0500)
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>
common/cli_hush.c
drivers/ddr/marvell/axp/ddr3_axp_config.h
include/configs/P1010RDB.h
include/configs/p1_p2_rdb_pc.h
include/configs/s5p4418_nanopi2.h

index 1467ff81b35b2d1f303a42bd1ed2d1ca4eef4e8d..a80b84756bbebba0cf650d6f5db035b8748756cb 100644 (file)
 #define applet_name "hush"
 #include "standalone.h"
 #define hush_main main
-#undef CONFIG_FEATURE_SH_FANCY_PROMPT
 #define BB_BANNER
 #endif
 #endif
index ab09e72623a0c4a7d51f63799f1f84294dc1cd44..04bb4ed8f344e130adc45c5f1df754d80718881b 100644 (file)
 
 /* 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
index 2267a7a9c8b8bdfdd202357d6a7ccadc304496ec..afb602c5bce9786d01896be71cc589753b524211 100644 (file)
@@ -309,7 +309,6 @@ extern unsigned long get_sdram_size(void);
 #endif
 
 /* Serial Port */
-#undef CONFIG_SERIAL_SOFTWARE_FIFO
 #define CFG_SYS_NS16550_CLK            get_bus_freq(0)
 
 #define CFG_SYS_BAUDRATE_TABLE \
index c05904a813d08919bab7f2eee7eb9c56b0f3b072..74627b2e6302aaa1db8f9983e66c23feeab59dae 100644 (file)
  * open - index 2
  * shorted - index 1
  */
-#undef CONFIG_SERIAL_SOFTWARE_FIFO
 #define CFG_SYS_NS16550_CLK            get_bus_freq(0)
 
 #define CFG_SYS_BAUDRATE_TABLE \
index e071d4da5e869b1ba1f99dbf1b41ea82224f4c04..b4b2dbd038677a68ef72c4429e042d533a13f2c9 100644 (file)
@@ -66,8 +66,6 @@
 /*-----------------------------------------------------------------------
  *  High Level System Configuration
  */
-/* Not used: not need IRQ/FIQ stuff */
-#undef  CONFIG_USE_IRQ
 /* decrementer freq: 1ms ticks */
 
 /*-----------------------------------------------------------------------