[meta-freescale] [PATCH 11/60] t1023rdb-64b: build nor u-boot

ting.liu at nxp.com ting.liu at nxp.com
Fri Jan 8 22:43:04 PST 2016


From: Ting Liu <ting.liu at nxp.com>

Signed-off-by: Ting Liu <ting.liu at nxp.com>>
---
 conf/machine/t1023rdb-64b.conf | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf
index 5f6f61f..c536d7a 100644
--- a/conf/machine/t1023rdb-64b.conf
+++ b/conf/machine/t1023rdb-64b.conf
@@ -9,9 +9,10 @@ require conf/machine/include/e5500-64b.inc
 
 SOC_FAMILY = "t1:t1023"
 
-UBOOT_CONFIG ??= "nand sdcard spi"
-UBOOT_CONFIG[nand] = "T1024RDB_NAND_config"
-UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config"
+UBOOT_CONFIG ??= "nand sdcard spi nor"
+UBOOT_CONFIG[nor] = "T1023RDB_config"
+UBOOT_CONFIG[nand] = "T1023RDB_NAND_config"
+UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config"
 UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config"
 
 UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
-- 
1.9.2



More information about the meta-freescale mailing list