summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:18 -0300
commitc92693648bc525affff911b5cc36c81f24ae0198 (patch)
treef4b5c6887b650b49fcf6e16948e0e26260e2a68f /conf
parentedc2473d4396e7130186ce58d608632e051e3b7a (diff)
downloadmeta-freescale-c92693648bc525affff911b5cc36c81f24ae0198.tar.gz
t1023rdb(-64b): define the u-boot source binary name of NAND, SPI and SD
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/t1023rdb-64b.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf
index 0111fbd9..5f6f61f1 100644
--- a/conf/machine/t1023rdb-64b.conf
+++ b/conf/machine/t1023rdb-64b.conf
@@ -14,6 +14,10 @@ UBOOT_CONFIG[nand] = "T1024RDB_NAND_config"
14UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config"
15UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config"
16 16
17UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
18UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
19UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
20
17KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb" 21KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb"
18KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" 22KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
19 23