diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 12:01:34 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | 1aa117bd99aa5421339fbd752b01eabe444feb05 (patch) | |
tree | 2a2cf990fb7255121d45c37d1e30f29cf147bca1 /conf | |
parent | acb07c306fed49d128430f50d9c945100c5d856f (diff) | |
download | meta-freescale-1aa117bd99aa5421339fbd752b01eabe444feb05.tar.gz |
p4080ds: 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/p4080ds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf index 6ea35b37..b3b012ca 100644 --- a/conf/machine/p4080ds.conf +++ b/conf/machine/p4080ds.conf | |||
@@ -10,7 +10,7 @@ require conf/machine/include/e500mc.inc | |||
10 | MACHINEOVERRIDES =. "p4080:" | 10 | MACHINEOVERRIDES =. "p4080:" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "secure-boot sdcard spi nor" |
13 | UBOOT_CONFIG[nor] = "P4080DS_config" | 13 | UBOOT_CONFIG[nor] = "P4080DS_config,,u-boot-with-dtb.bin" |
14 | UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config" | 14 | UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config" |
15 | UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config,,u-boot.pbl" | 15 | UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config,,u-boot.pbl" |
16 | UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config,,u-boot.pbl" | 16 | UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config,,u-boot.pbl" |