]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
dm: spl: Generate u-boot-spl-dtb.bin only when enabled
authorSimon Glass <sjg@chromium.org>
Sun, 18 Oct 2015 01:41:18 +0000 (19:41 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 4 Nov 2015 13:49:52 +0000 (14:49 +0100)
At present this file is generated even when device tree is not enabled in
SPL. Avoid this, since this file serves no purpose in that case.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
scripts/Makefile.spl

index 2df93c8a095d7291bd4ee7ca91a5b96448ac830a..dd235b9d7ad6f669cc64df68c14dbd9bc2bf4599 100644 (file)
@@ -129,7 +129,9 @@ boot.bin: $(obj)/u-boot-spl.bin
 
 ALL-y  += $(obj)/$(SPL_BIN).bin $(obj)/$(SPL_BIN).cfg
 
+ifdef CONFIG_SPL_OF_CONTROL
 ALL-$(CONFIG_OF_SEPARATE) += $(obj)/$(SPL_BIN)-pad.bin $(obj)/$(SPL_BIN)-dtb.bin
+endif
 
 ifdef CONFIG_SAMSUNG
 ALL-y  += $(obj)/$(BOARD)-spl.bin