From: Chunrong Guo Date: Wed, 13 Nov 2019 03:58:26 +0000 (+0800) Subject: p2041rdb: update UBOOT_CONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=65146e8b7412a50c6bf9c61762423d0170d99ef7;p=meta-freescale.git p2041rdb: update UBOOT_CONFIG *update uboot image name for boot config Signed-off-by: Chunrong Guo --- diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf index 19f7df43..c35c84a4 100644 --- a/conf/machine/p2041rdb.conf +++ b/conf/machine/p2041rdb.conf @@ -10,7 +10,7 @@ require conf/machine/include/e500mc.inc MACHINEOVERRIDES =. "p2041:" UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" -UBOOT_CONFIG[nor] = "P2041RDB_config" +UBOOT_CONFIG[nor] = "P2041RDB_config,,u-boot-with-dtb.bin" UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl"