X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=954a865381afa0a6a13602c072afc214f973c381;hb=87f9989502763f36b1df94c909cbf05f65633fc4;hp=ea7fd000ad319d295d0b69615e2d23fc27a7eca8;hpb=9dbdc6ebd4db60effebefcf8d541cf598712e3b7;p=u-boot diff --git a/Makefile b/Makefile index ea7fd000ad..954a865381 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # VERSION = 2016 -PATCHLEVEL = 03 +PATCHLEVEL = 05 SUBLEVEL = EXTRAVERSION = NAME = @@ -898,7 +898,7 @@ ifdef CONFIG_SPL_LOAD_FIT MKIMAGEFLAGS_u-boot.img = -f auto -A $(ARCH) -T firmware -C none -O u-boot \ -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_UBOOT_START) \ -n "U-Boot $(UBOOTRELEASE) for $(BOARD) board" -E \ - -b $(patsubst %,arch/$(ARCH)/dts/%.dtb,$(subst ",,$(CONFIG_OF_LIST))) + $(patsubst %,-b arch/$(ARCH)/dts/%.dtb,$(subst ",,$(CONFIG_OF_LIST))) else MKIMAGEFLAGS_u-boot.img = -A $(ARCH) -T firmware -C none -O u-boot \ -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_UBOOT_START) \