]> code.ossystems Code Review - meta-freescale.git/commitdiff
mpc8548cds: update UBOOT_CONFIG
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 13 Nov 2019 03:47:52 +0000 (11:47 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Nov 2019 22:25:13 +0000 (19:25 -0300)
*change uboot image name to u-boot-with-dtb.bin for NOR boot defconfig,

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
conf/machine/mpc8548cds.conf

index 731944024601442f6389fd53f34a72ef07e7dadf..7ed06faf46fa4aa6e22778bc754e6ef29c4dd3fa 100644 (file)
@@ -6,7 +6,7 @@
 require conf/machine/include/e500v2.inc
 
 UBOOT_CONFIG ??= "nor"
-UBOOT_CONFIG[nor] = "MPC8548CDS_defconfig,,u-boot.bin"
+UBOOT_CONFIG[nor] = "MPC8548CDS_defconfig,,u-boot-with-dtb.bin"
 
 KERNEL_DEVICETREE = "mpc8548cds_32b.dtb"
 KERNEL_DEFCONFIG = "mpc85xx_defconfig"