diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 11:47:52 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | 79d12b44856d57aa75e30ae10ef06687a6c7e0c3 (patch) | |
tree | 5b783a64336734d767f5ee331c1cbc16b742bc41 /conf/machine | |
parent | 84115cbf8937df952b28f7185c077c390da015e8 (diff) | |
download | meta-freescale-79d12b44856d57aa75e30ae10ef06687a6c7e0c3.tar.gz |
mpc8548cds: update UBOOT_CONFIG
*change uboot image name to u-boot-with-dtb.bin for NOR boot defconfig,
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mpc8548cds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
6 | require conf/machine/include/e500v2.inc | 6 | require conf/machine/include/e500v2.inc |
7 | 7 | ||
8 | UBOOT_CONFIG ??= "nor" | 8 | UBOOT_CONFIG ??= "nor" |
9 | UBOOT_CONFIG[nor] = "MPC8548CDS_defconfig,,u-boot.bin" | 9 | UBOOT_CONFIG[nor] = "MPC8548CDS_defconfig,,u-boot-with-dtb.bin" |
10 | 10 | ||
11 | KERNEL_DEVICETREE = "mpc8548cds_32b.dtb" | 11 | KERNEL_DEVICETREE = "mpc8548cds_32b.dtb" |
12 | KERNEL_DEFCONFIG = "mpc85xx_defconfig" | 12 | KERNEL_DEFCONFIG = "mpc85xx_defconfig" |