From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:17 +0000 (+0800) Subject: bsc9132qds: define the u-boot source binary name of NAND X-Git-Tag: 2.1~323 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bd1fd0ff7f9125def39449d79b3f538d0033c8ec;p=meta-freescale.git bsc9132qds: define the u-boot source binary name of NAND Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/bsc9132qds.conf b/conf/machine/bsc9132qds.conf index 101f7184..108b497a 100644 --- a/conf/machine/bsc9132qds.conf +++ b/conf/machine/bsc9132qds.conf @@ -31,6 +31,8 @@ UBOOT_CONFIG[sdcard-ddrclk133-secure] = "BSC9132QDS_SDCARD_DDRCLK133_SECURE_conf UBOOT_CONFIG[spi-ddrclk100-secure] = "BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_config" UBOOT_CONFIG[spi-ddrclk133-secure] = "BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_config" +UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" + KERNEL_DEVICETREE ?= "bsc9132qds.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig"