summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:24 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:17 -0300
commit9688751efd4e7bcb084ddd47895f670d77ba9c85 (patch)
tree9c25b30cea7fcbf708106583422d19ca47a4d583
parent8a7a40f2518cce1cf58a8105ccbb1964a5432f73 (diff)
downloadmeta-freescale-9688751efd4e7bcb084ddd47895f670d77ba9c85.tar.gz
p1025twr: define the u-boot source binary name of NAND, SPI and SD
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/p1025twr.conf4
1 files changed, 4 insertions, 0 deletions
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"
13UBOOT_CONFIG ??= "nor" 13UBOOT_CONFIG ??= "nor"
14UBOOT_CONFIG[nor] = "TWR-P1025_config" 14UBOOT_CONFIG[nor] = "TWR-P1025_config"
15 15
16UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
17UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
18UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
19
16KERNEL_DEVICETREE ?= "p1025twr_32b.dtb" 20KERNEL_DEVICETREE ?= "p1025twr_32b.dtb"
17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 21KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
18 22