Commit bd21f66249b3ca09a905011c52ec2fe77c109f97

Authored by Simon Glass
Committed by Tom Rini
1 parent 4ab18a0ba6

common: Drop CONFIG_POST_STD/ALT_LIST

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>

Showing 3 changed files with 1 additions and 6 deletions Side-by-side Diff

... ... @@ -124,9 +124,6 @@
124 124  
125 125 #ifdef CONFIG_POST
126 126 #define CONFIG_HAS_POST
127   -#ifndef CONFIG_POST_ALT_LIST
128   -#define CONFIG_POST_STD_LIST
129   -#endif
130 127 #endif
131 128  
132 129 #define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1))
... ... @@ -4,7 +4,7 @@
4 4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 5  
6 6 obj-y += post.o
7   -obj-$(CONFIG_POST_STD_LIST) += tests.o
  7 +obj-y += tests.o
8 8  
9 9 obj-y += drivers/
10 10 obj-$(CONFIG_PPC) += lib_powerpc/
scripts/config_whitelist.txt
... ... @@ -1347,7 +1347,6 @@
1347 1347 CONFIG_PM_SLEEP
1348 1348 CONFIG_POST
1349 1349 CONFIG_POSTBOOTMENU
1350   -CONFIG_POST_ALT_LIST
1351 1350 CONFIG_POST_BSPEC1
1352 1351 CONFIG_POST_BSPEC2
1353 1352 CONFIG_POST_BSPEC3
... ... @@ -1355,7 +1354,6 @@
1355 1354 CONFIG_POST_BSPEC5
1356 1355 CONFIG_POST_EXTERNAL_WORD_FUNCS
1357 1356 CONFIG_POST_SKIP_ENV_FLAGS
1358   -CONFIG_POST_STD_LIST
1359 1357 CONFIG_POST_UART
1360 1358 CONFIG_POST_WATCHDOG
1361 1359 CONFIG_POWER