summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1020rdb.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:20 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:17 -0300
commitd2864f93d5c61a748deaf7a804ce9c23a3f72cef (patch)
tree1d8589d3aa9a93c1786e7eecfd8d9f25227692d1 /conf/machine/p1020rdb.conf
parent897497254639dc75d0db6fc6c6c91d4d1a39be7f (diff)
downloadmeta-freescale-d2864f93d5c61a748deaf7a804ce9c23a3f72cef.tar.gz
p1020rdb: 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>
Diffstat (limited to 'conf/machine/p1020rdb.conf')
-rw-r--r--conf/machine/p1020rdb.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index 30009fb5..21072241 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -16,6 +16,10 @@ UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config"
16UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config" 16UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config"
17UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config" 17UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config"
18 18
19UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
20UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
21UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
22
19KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb" 23KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb"
20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 24KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
21 25