diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 12:08:41 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | 22cc5c0711016e58e8b172fc6e825168cace1cf7 (patch) | |
tree | 6a1383400c262ba382a2e5045fce23fa3d537681 | |
parent | 76228c8ff9edd112f591c05b3ee8de3ba0e50503 (diff) | |
download | meta-freescale-22cc5c0711016e58e8b172fc6e825168cace1cf7.tar.gz |
t1024rdb-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/t1024rdb-64b.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf index 490c8491..5b72f91e 100644 --- a/conf/machine/t1024rdb-64b.conf +++ b/conf/machine/t1024rdb-64b.conf | |||
@@ -10,7 +10,7 @@ require conf/machine/include/e5500-64b.inc | |||
10 | MACHINEOVERRIDES =. "t1:t1024:" | 10 | MACHINEOVERRIDES =. "t1:t1024:" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" | 12 | UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" |
13 | UBOOT_CONFIG[nor] = "T1024RDB_config" | 13 | UBOOT_CONFIG[nor] = "T1024RDB_config,,u-boot-with-dtb.bin" |
14 | UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin" | 14 | UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin" |
15 | UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" | 15 | UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" |
16 | UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" | 16 | UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" |