summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:19 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:17 -0300
commit897497254639dc75d0db6fc6c6c91d4d1a39be7f (patch)
tree5e1f54222c479f3d4fc09be1542ba50b114f23f8 /conf/machine
parent51ce8016bd99b7e9c6ef625c1714209baa3222ea (diff)
downloadmeta-freescale-897497254639dc75d0db6fc6c6c91d4d1a39be7f.tar.gz
p1010rdb: 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')
-rw-r--r--conf/machine/p1010rdb.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index 8f1c141a..eddd665b 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -26,6 +26,10 @@ UBOOT_CONFIG[nand-secboot] = "P1010RDB-PB_NAND_SECBOOT_config"
26UBOOT_CONFIG[nor-secboot] = "P1010RDB-PB_NOR_SECBOOT_config" 26UBOOT_CONFIG[nor-secboot] = "P1010RDB-PB_NOR_SECBOOT_config"
27UBOOT_CONFIG[spi-secboot] = "P1010RDB-PB_SPIFLASH_SECBOOT_config" 27UBOOT_CONFIG[spi-secboot] = "P1010RDB-PB_SPIFLASH_SECBOOT_config"
28 28
29UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
30UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
31UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
32
29KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" 33KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb"
30KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" 34KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
31 35