diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 11:58:26 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | 65146e8b7412a50c6bf9c61762423d0170d99ef7 (patch) | |
tree | 36b3f8e52defc7f694594512ed2694075dc141c3 /conf/machine/p2041rdb.conf | |
parent | e2b77e3fbac39d8ab6c88d8de4e91cbd7221f910 (diff) | |
download | meta-freescale-65146e8b7412a50c6bf9c61762423d0170d99ef7.tar.gz |
p2041rdb: update UBOOT_CONFIG
*update uboot image name for boot config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine/p2041rdb.conf')
-rw-r--r-- | conf/machine/p2041rdb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf index 19f7df43..c35c84a4 100644 --- a/conf/machine/p2041rdb.conf +++ b/conf/machine/p2041rdb.conf | |||
@@ -10,7 +10,7 @@ require conf/machine/include/e500mc.inc | |||
10 | MACHINEOVERRIDES =. "p2041:" | 10 | MACHINEOVERRIDES =. "p2041:" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
13 | UBOOT_CONFIG[nor] = "P2041RDB_config" | 13 | UBOOT_CONFIG[nor] = "P2041RDB_config,,u-boot-with-dtb.bin" |
14 | UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" | 14 | UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" |
15 | UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" | 15 | UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" |
16 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl" | 16 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl" |