From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:18 +0000 (+0800) Subject: c293pcie: define the u-boot source binary name of NAND X-Git-Tag: 2.1~322 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=51ce8016bd99b7e9c6ef625c1714209baa3222ea;p=meta-freescale.git c293pcie: define the u-boot source binary name of NAND Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf index 1ec082b6..9923f52b 100644 --- a/conf/machine/c293pcie.conf +++ b/conf/machine/c293pcie.conf @@ -16,6 +16,8 @@ UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config" UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config" UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config" +UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" + KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"