diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 12:05:49 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | 76228c8ff9edd112f591c05b3ee8de3ba0e50503 (patch) | |
tree | 51c5f1ec148886769f84829b4a4b0b68720645a1 | |
parent | 0227ff87323cb902d894b7192d1b487fa5faf3ff (diff) | |
download | meta-freescale-76228c8ff9edd112f591c05b3ee8de3ba0e50503.tar.gz |
p5040ds-64b: update UBOOT_CONFIG
*update uboot image name for boot config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r-- | conf/machine/p5040ds-64b.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf index 161eb5e9..31bb333a 100644 --- a/conf/machine/p5040ds-64b.conf +++ b/conf/machine/p5040ds-64b.conf | |||
@@ -10,7 +10,7 @@ require conf/machine/include/e5500-64b.inc | |||
10 | MACHINEOVERRIDES =. "p5040:" | 10 | MACHINEOVERRIDES =. "p5040:" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
13 | UBOOT_CONFIG[nor] = "P5040DS_config" | 13 | UBOOT_CONFIG[nor] = "P5040DS_config,,u-boot-with-dtb.bin" |
14 | UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" | 14 | UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" |
15 | UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config" | 15 | UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config" |
16 | UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl" | 16 | UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl" |