summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:21 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:17 -0300
commit656e269088cc89edc2fdd426978c32c2dd1966ee (patch)
tree7d0a94f5aad3ce9e8c4ba31cefecd6ee57aa0e6a
parentd2864f93d5c61a748deaf7a804ce9c23a3f72cef (diff)
downloadmeta-freescale-656e269088cc89edc2fdd426978c32c2dd1966ee.tar.gz
p1021rdb: 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/p1021rdb.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
index 710ec3f5..57109a28 100644
--- a/conf/machine/p1021rdb.conf
+++ b/conf/machine/p1021rdb.conf
@@ -20,6 +20,10 @@ UBOOT_CONFIG[36bit-spi] = "P1021RDB-PC_36BIT_SPIFLASH_config"
20UBOOT_CONFIG[36bit-nand] = "P1021RDB-PC_36BIT_NAND_config" 20UBOOT_CONFIG[36bit-nand] = "P1021RDB-PC_36BIT_NAND_config"
21UBOOT_CONFIG[36bit-sdcard] = "P1021RDB-PC_36BIT_SDCARD_config" 21UBOOT_CONFIG[36bit-sdcard] = "P1021RDB-PC_36BIT_SDCARD_config"
22 22
23UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
24UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
25UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
26
23KERNEL_DEVICETREE ?= "p1021rdb-pc_32b.dtb" 27KERNEL_DEVICETREE ?= "p1021rdb-pc_32b.dtb"
24KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 28KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
25 29