From: Chunrong Guo Date: Wed, 13 Nov 2019 03:47:52 +0000 (+0800) Subject: mpc8548cds: update UBOOT_CONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=79d12b44856d57aa75e30ae10ef06687a6c7e0c3;p=meta-freescale.git mpc8548cds: update UBOOT_CONFIG *change uboot image name to u-boot-with-dtb.bin for NOR boot defconfig, Signed-off-by: Chunrong Guo --- diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf index 73194402..7ed06faf 100644 --- a/conf/machine/mpc8548cds.conf +++ b/conf/machine/mpc8548cds.conf @@ -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"