mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user