From 79d12b44856d57aa75e30ae10ef06687a6c7e0c3 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 13 Nov 2019 11:47:52 +0800 Subject: mpc8548cds: update UBOOT_CONFIG *change uboot image name to u-boot-with-dtb.bin for NOR boot defconfig, Signed-off-by: Chunrong Guo --- conf/machine/mpc8548cds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf