From: Ting Liu Date: Sat, 9 Jan 2016 06:43:03 +0000 (+0800) Subject: t1023rdb: build nor u-boot X-Git-Tag: 2.1~158 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=779e11857cca106bac42a1dbf4e1362fb3e5483e;p=meta-freescale.git t1023rdb: build nor u-boot Signed-off-by: Ting Liu > Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf index 7b512ba6..556a9e50 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"