diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-09-01 15:20:23 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:17 -0300 |
commit | 8a7a40f2518cce1cf58a8105ccbb1964a5432f73 (patch) | |
tree | 0d760473f9822f47dd958212b71eab98f8c46131 | |
parent | 77ac10967a49e8a9a76f2e698961b8cc5992ed64 (diff) | |
download | meta-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.conf | 4 |
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" | |||
12 | UBOOT_CONFIG ??= "nor" | 12 | UBOOT_CONFIG ??= "nor" |
13 | UBOOT_CONFIG[nor] = "P1023RDB_config" | 13 | UBOOT_CONFIG[nor] = "P1023RDB_config" |
14 | 14 | ||
15 | UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" | ||
16 | UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" | ||
17 | UBOOT_SOURCE_SD = "u-boot-with-spl.bin" | ||
18 | |||
15 | KERNEL_DEVICETREE ?= "p1023rdb.dtb" | 19 | KERNEL_DEVICETREE ?= "p1023rdb.dtb" |
16 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig" | 20 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig" |
17 | 21 | ||