summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:23 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:17 -0300
commit8a7a40f2518cce1cf58a8105ccbb1964a5432f73 (patch)
tree0d760473f9822f47dd958212b71eab98f8c46131
parent77ac10967a49e8a9a76f2e698961b8cc5992ed64 (diff)
downloadmeta-freescale-8a7a40f2518cce1cf58a8105ccbb1964a5432f73.tar.gz
p1023rdb: 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/p1023rdb.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
index 82d796f1..c6b36baa 100644
--- a/conf/machine/p1023rdb.conf
+++ b/conf/machine/p1023rdb.conf
@@ -12,6 +12,10 @@ SOC_FAMILY = "p1023"
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "P1023RDB_config" 13UBOOT_CONFIG[nor] = "P1023RDB_config"
14 14
15UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
16UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
17UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
18
15KERNEL_DEVICETREE ?= "p1023rdb.dtb" 19KERNEL_DEVICETREE ?= "p1023rdb.dtb"
16KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig" 20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
17 21