]> code.ossystems Code Review - meta-freescale.git/commitdiff
t2080rdb(-64b): define the u-boot source binary name of NAND, SPI and SD
authorZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 1 Sep 2015 07:20:36 +0000 (15:20 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:18 +0000 (15:03 -0300)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/t2080rdb-64b.conf
conf/machine/t2080rdb.conf

index 3a52d4b4c2ccce04b5ed72a388c0ee72a5fe73e5..de5e18e9800a493b55fb2309140b36cb5a6254e5 100644 (file)
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080RDB_NAND_config"
 UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
 UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \
     t2080rdb-usdpaa-shared-interfaces.dtb \
 "
index 43bd557468b145da608f00d2710dc786677e72eb..82a4ec36e3dd69c90f6f1b3b38d8cf68b69ab083 100644 (file)
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080RDB_NAND_config"
 UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
 UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \
     t2080rdb-usdpaa-shared-interfaces.dtb \
 "