From: Jaehoon Chung Date: Thu, 21 Apr 2016 09:53:34 +0000 (+0900) Subject: packaging: u-boot: change from u-boot.bin to u-boot-nodtb.bin for multi-dtb X-Git-Tag: submit/tizen/20160425.072005~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=300301b5bca7bc20989f851707d3f7391a7ef128;p=platform%2Fkernel%2Fu-boot.git packaging: u-boot: change from u-boot.bin to u-boot-nodtb.bin for multi-dtb Changed inptut file for multi-dtb. (Use u-boot-nodtb.bin instead of u-boot.bin) commit ad1ecd20 "fdt: Build a u-Boot binary without device tree" Since applied it, u-boot.bin is included dt file by default. (If OF_CONTROL is enabled..) Change-Id: Id93d81ec6327e571da684a630f254c244bfecaf2 Signed-off-by: Jaehoon Chung --- diff --git a/packaging/u-boot.spec b/packaging/u-boot.spec index ef90af7539..b438f0271e 100644 --- a/packaging/u-boot.spec +++ b/packaging/u-boot.spec @@ -72,9 +72,9 @@ make HOSTCC="gcc $RPM_OPT_FLAGS" env export PATH="$PATH:tools:tools/dtc/" make %{?_smp_mflags} EXTRAVERSION=`echo %{vcs} | sed 's/.*u-boot.*#\(.\{9\}\).*/-g\1-TIZEN.org/'` -# Prepare proper dtb image: cat u-boot.bin multi.dtb > u-boot-multi.bin +# Prepare proper dtb image: cat u-boot-nodtb.bin multi.dtb > u-boot-multi.bin chmod 755 tools/mkimage_multidtb.sh -mkimage_multidtb.sh u-boot.bin +mkimage_multidtb.sh u-boot-nodtb.bin # Sign u-boot-multi.bin - output is: u-boot-mmc.bin chmod 755 tools/mkimage_signed.sh