summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:16 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:17 -0300
commit058c917d610f1166714be9095827911cf10aad58 (patch)
treef8288e24632996a6394d77f5cade5abe087ba596 /conf
parent0a96f02204330f840de1b49c736370fb08d84b9f (diff)
downloadmeta-freescale-058c917d610f1166714be9095827911cf10aad58.tar.gz
bsc9131rdb: define the u-boot source binary name of NAND
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/bsc9131rdb.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
index 0448401e..aad6dd95 100644
--- a/conf/machine/bsc9131rdb.conf
+++ b/conf/machine/bsc9131rdb.conf
@@ -15,6 +15,8 @@ UBOOT_CONFIG[nand-sysclk100] = "BSC9131RDB_NAND_SYSCLK100_config"
15UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config"
16UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config" 16UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config"
17 17
18UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
19
18KERNEL_DEVICETREE ?= "bsc9131rdb.dtb" 20KERNEL_DEVICETREE ?= "bsc9131rdb.dtb"
19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" 21KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
20 22