X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=c573ddba95ff7918f3e815fdfa5a294602731862;hb=8e5f0497c8a8ab9bd7314737f2edb4711733b6fe;hp=e6d309afe42c5a1fbcb137055aa0a96dfa63bad1;hpb=9188c4315cbf670417adf196fa1c6a386e885ef1;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index e6d309a..c573ddb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION = 2018 PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 NAME = # *DOCUMENTATION* @@ -1149,6 +1149,11 @@ u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.img u-boot.dtb FORCE endif 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) u-boot-nodtb-tegra.bin: spl/u-boot-spl u-boot-nodtb.bin FORCE $(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 $(call if_changed,copy) +endif # binman endif OBJCOPYFLAGS_u-boot-app.efi := $(OBJCOPYFLAGS_EFI)