common: Drop CONFIG_POST_STD/ALT_LIST
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:50 +0000 (10:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:26:51 +0000 (13:26 -0500)
These CONFIG options are not used anymore. CONFIG_POST_ALT_LIST just
causes CONFIG_POST_STD_LIST to be set and it causes tests.c to be
compiled. So just make compiling tests.c unconditional.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/common.h
post/Makefile
scripts/config_whitelist.txt

index 38736d3b228e44dd8ed151588e4e4287b58bb5af..89ae1d5c1d3fb43d77bc7f98f3507b0a9d4ed034 100644 (file)
@@ -124,9 +124,6 @@ int get_serial_clock(void);
 
 #ifdef CONFIG_POST
 #define CONFIG_HAS_POST
-#ifndef CONFIG_POST_ALT_LIST
-#define CONFIG_POST_STD_LIST
-#endif
 #endif
 
 #define ROUND(a,b)             (((a) + (b) - 1) & ~((b) - 1))
index 5f72708214b32728d75ff8e58ccf5dcbec434a67..afd49403c2818118a81ad15f5bfc548eec289d6f 100644 (file)
@@ -4,7 +4,7 @@
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 
 obj-y  += post.o
-obj-$(CONFIG_POST_STD_LIST)    += tests.o
+obj-y  += tests.o
 
 obj-y += drivers/
 obj-$(CONFIG_PPC) += lib_powerpc/
index bca3a04e33a625b271bb9c19e723fd8238ec2bd3..873f2318b1a2e5c5591809b3d79ecb3e76f50a00 100644 (file)
@@ -1347,7 +1347,6 @@ CONFIG_PMW_BASE
 CONFIG_PM_SLEEP
 CONFIG_POST
 CONFIG_POSTBOOTMENU
-CONFIG_POST_ALT_LIST
 CONFIG_POST_BSPEC1
 CONFIG_POST_BSPEC2
 CONFIG_POST_BSPEC3
@@ -1355,7 +1354,6 @@ CONFIG_POST_BSPEC4
 CONFIG_POST_BSPEC5
 CONFIG_POST_EXTERNAL_WORD_FUNCS
 CONFIG_POST_SKIP_ENV_FLAGS
-CONFIG_POST_STD_LIST
 CONFIG_POST_UART
 CONFIG_POST_WATCHDOG
 CONFIG_POWER