From: Chunrong Guo Date: Wed, 13 Nov 2019 04:00:13 +0000 (+0800) Subject: p3041ds: update UBOOT_CONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=acb07c306fed49d128430f50d9c945100c5d856f;p=meta-freescale.git p3041ds: update UBOOT_CONFIG *update uboot image name for boot config Signed-off-by: Chunrong Guo --- diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf index 5102fc96..1b828ac4 100644 --- a/conf/machine/p3041ds.conf +++ b/conf/machine/p3041ds.conf @@ -10,7 +10,7 @@ require conf/machine/include/e500mc.inc MACHINEOVERRIDES =. "p3041:" UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" -UBOOT_CONFIG[nor] = "P3041DS_config" +UBOOT_CONFIG[nor] = "P3041DS_config,,u-boot-with-dtb.bin" UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl" UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config" UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config,,u-boot.pbl"