[meta-freescale] [PATCH 10/60] t1023rdb: build nor u-boot

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


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

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

diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf
index 7b512ba..556a9e5 100644
--- a/conf/machine/t1023rdb.conf
+++ b/conf/machine/t1023rdb.conf
@@ -9,9 +9,10 @@ require conf/machine/include/e5500.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"
 
 KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb"
-- 
1.9.2



More information about the meta-freescale mailing list