From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:16 +0000 (+0800) Subject: bsc9131rdb: define the u-boot source binary name of NAND X-Git-Tag: 2.1~324 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=058c917d610f1166714be9095827911cf10aad58;p=meta-freescale.git bsc9131rdb: define the u-boot source binary name of NAND Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- 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" UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config" UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config" +UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" + KERNEL_DEVICETREE ?= "bsc9131rdb.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"