diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 12:00:13 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | acb07c306fed49d128430f50d9c945100c5d856f (patch) | |
tree | f8cd6fbe5a9cb65d5b54c3cd4d134a09b3316472 /conf | |
parent | 65146e8b7412a50c6bf9c61762423d0170d99ef7 (diff) | |
download | meta-freescale-acb07c306fed49d128430f50d9c945100c5d856f.tar.gz |
p3041ds: update UBOOT_CONFIG
*update uboot image name for boot config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/p3041ds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
10 | MACHINEOVERRIDES =. "p3041:" | 10 | MACHINEOVERRIDES =. "p3041:" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
13 | UBOOT_CONFIG[nor] = "P3041DS_config" | 13 | UBOOT_CONFIG[nor] = "P3041DS_config,,u-boot-with-dtb.bin" |
14 | UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl" | 14 | UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl" |
15 | UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config" | 15 | UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config" |
16 | UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config,,u-boot.pbl" | 16 | UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config,,u-boot.pbl" |