From: Ting Liu <[email protected]> Signed-off-by: Ting Liu <[email protected]>> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
