From: Chunrong Guo Date: Wed, 13 Nov 2019 04:04:04 +0000 (+0800) Subject: p5040ds: update UBOOT_CONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0227ff87323cb902d894b7192d1b487fa5faf3ff;p=meta-freescale.git p5040ds: update UBOOT_CONFIG *update uboot image name for boot config Signed-off-by: Chunrong Guo --- diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf index d958e4f6..078ef3c2 100644 --- a/conf/machine/p5040ds.conf +++ b/conf/machine/p5040ds.conf @@ -10,7 +10,7 @@ require conf/machine/include/e5500.inc MACHINEOVERRIDES =. "p5040:" UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" -UBOOT_CONFIG[nor] = "P5040DS_config" +UBOOT_CONFIG[nor] = "P5040DS_config,,u-boot-with-dtb.bin" UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config" UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl"