packaging: u-boot: change from u-boot.bin to u-boot-nodtb.bin for multi-dtb
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 21 Apr 2016 09:53:34 +0000 (18:53 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 00:46:45 +0000 (09:46 +0900)
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 <jh80.chung@samsung.com>
packaging/u-boot.spec

index ef90af7..b438f02 100644 (file)
@@ -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