From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:24 +0000 (+0800) Subject: p1025twr: define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~316 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9688751efd4e7bcb084ddd47895f670d77ba9c85;p=meta-freescale.git p1025twr: define the u-boot source binary name of NAND, SPI and SD Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf index 56e223b8..783fa42f 100644 --- a/conf/machine/p1025twr.conf +++ b/conf/machine/p1025twr.conf @@ -13,6 +13,10 @@ BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat" UBOOT_CONFIG ??= "nor" UBOOT_CONFIG[nor] = "TWR-P1025_config" +UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" +UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" +UBOOT_SOURCE_SD = "u-boot-with-spl.bin" + KERNEL_DEVICETREE ?= "p1025twr_32b.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"