|
@@ -1053,11 +1053,6 @@ ifndef CONFIG_SYS_UBOOT_START
|
|
CONFIG_SYS_UBOOT_START := 0
|
|
CONFIG_SYS_UBOOT_START := 0
|
|
endif
|
|
endif
|
|
|
|
|
|
-# Create a file containing the configuration options the image was built with
|
|
|
|
-quiet_cmd_cpp_cfg = CFG $@
|
|
|
|
-cmd_cpp_cfg = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) -ansi \
|
|
|
|
- -DDO_DEPS_ONLY -D__ASSEMBLY__ -x assembler-with-cpp -P -dM -E -o $@ $<
|
|
|
|
-
|
|
|
|
# Boards with more complex image requirments can provide an .its source file
|
|
# Boards with more complex image requirments can provide an .its source file
|
|
# or a generator script
|
|
# or a generator script
|
|
ifneq ($(CONFIG_SPL_FIT_SOURCE),"")
|
|
ifneq ($(CONFIG_SPL_FIT_SOURCE),"")
|