mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
boot: Drop unnecessary ifdef for LOAD_FIT
Use the normal SPL_TPL_ approach for this option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
01ab644ebc
commit
95a720e054
@ -58,9 +58,7 @@ obj-$(CONFIG_$(SPL_TPL_)FIT_CIPHER) += image-cipher.o
|
||||
|
||||
obj-$(CONFIG_CMD_ADTIMG) += image-android-dt.o
|
||||
|
||||
ifdef CONFIG_SPL_BUILD
|
||||
obj-$(CONFIG_SPL_LOAD_FIT) += common_fit.o
|
||||
endif
|
||||
obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += common_fit.o
|
||||
|
||||
obj-$(CONFIG_$(SPL_TPL_)EXPO) += expo.o scene.o expo_build.o
|
||||
obj-$(CONFIG_$(SPL_TPL_)EXPO) += scene_menu.o scene_textline.o
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user