|
@@ -1149,6 +1149,11 @@ u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.img u-boot.dtb FORCE
|
|
endif
|
|
endif
|
|
|
|
|
|
ifneq ($(CONFIG_TEGRA),)
|
|
ifneq ($(CONFIG_TEGRA),)
|
|
|
|
+ifneq ($(CONFIG_BINMAN),)
|
|
|
|
+u-boot-dtb-tegra.bin u-boot-tegra.bin u-boot-nodtb-tegra.bin: \
|
|
|
|
+ spl/u-boot-spl u-boot.bin FORCE
|
|
|
|
+ $(call if_changed,binman)
|
|
|
|
+else
|
|
OBJCOPYFLAGS_u-boot-nodtb-tegra.bin = -O binary --pad-to=$(CONFIG_SYS_TEXT_BASE)
|
|
OBJCOPYFLAGS_u-boot-nodtb-tegra.bin = -O binary --pad-to=$(CONFIG_SYS_TEXT_BASE)
|
|
u-boot-nodtb-tegra.bin: spl/u-boot-spl u-boot-nodtb.bin FORCE
|
|
u-boot-nodtb-tegra.bin: spl/u-boot-spl u-boot-nodtb.bin FORCE
|
|
$(call if_changed,pad_cat)
|
|
$(call if_changed,pad_cat)
|
|
@@ -1159,6 +1164,7 @@ u-boot-tegra.bin: spl/u-boot-spl u-boot.bin FORCE
|
|
|
|
|
|
u-boot-dtb-tegra.bin: u-boot-tegra.bin FORCE
|
|
u-boot-dtb-tegra.bin: u-boot-tegra.bin FORCE
|
|
$(call if_changed,copy)
|
|
$(call if_changed,copy)
|
|
|
|
+endif # binman
|
|
endif
|
|
endif
|
|
|
|
|
|
OBJCOPYFLAGS_u-boot-app.efi := $(OBJCOPYFLAGS_EFI)
|
|
OBJCOPYFLAGS_u-boot-app.efi := $(OBJCOPYFLAGS_EFI)
|