packaging: use the u-boot-dtb.bin instead of u-boot.bin
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 12 Feb 2019 03:44:39 +0000 (12:44 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 12 Feb 2019 03:44:39 +0000 (12:44 +0900)
Use u-boot-dtb.bin instead of u-boot.bin.
Otherwise, it doesn't jump to bootloader.

Change-Id: Iadbac8c9c26815ede26975a2b6a71e58d7b362c0
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
packaging/u-boot-artik530.spec
packaging/u-boot-artik7.spec

index 4a7976679a30565d53cd343e861931f5ed26e301..3447a4f35cf812a870a851c02d8775bcf189a2e6 100644 (file)
@@ -45,7 +45,7 @@ rm copy_env_common.o default_envs.txt
 
 # Sign u-boot.bin - output is: u-boot.bin
 chmod 755 tools/mkimage_signed.sh
-./tools/mkimage_signed.sh u-boot.bin artik530_raptor_config %{os_version}
+./tools/mkimage_signed.sh u-boot-dtb.bin artik530_raptor_config %{os_version}
 
 # gen_nexell_image
 tools/nexell/SECURE_BINGEN \
index 45cb14b7b72adf72161d445a76229746d3d61497..d9bff1143066166bb68ec778e4359f43a7be16ac 100644 (file)
@@ -48,7 +48,7 @@ rm copy_env_common.o default_envs.txt
 
 # Sign u-boot.bin - output is: u-boot.bin
 chmod 755 tools/mkimage_signed.sh
-./tools/mkimage_signed.sh u-boot.bin artik710_raptor_config %{os_version}
+./tools/mkimage_signed.sh u-boot-dtb.bin artik710_raptor_config %{os_version}
 
 # gen_fip_image
 tools/fip_create/fip_create --dump --bl33 u-boot.bin fip-nonsecure.bin