summaryrefslogtreecommitdiffstats
path: root/conf/machine/p2020rdb.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:25 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:17 -0300
commit29ddbedb6d8ba408d9fcc0a59201ba5632e43206 (patch)
tree417c793a9c27a96a0cf1f11a49fccacc46484f2b /conf/machine/p2020rdb.conf
parent9688751efd4e7bcb084ddd47895f670d77ba9c85 (diff)
downloadmeta-freescale-29ddbedb6d8ba408d9fcc0a59201ba5632e43206.tar.gz
p2020rdb: 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/p2020rdb.conf')
-rw-r--r--conf/machine/p2020rdb.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index bab4185d..14e030b3 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -20,6 +20,10 @@ UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config"
20UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config" 20UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config"
21UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config" 21UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-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 ?= "p2020rdb-pc_32b.dtb" 27KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb"
24KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 28KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
25 29