From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:36 +0000 (+0800) Subject: t2080rdb(-64b): define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~304 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2b6235c77b4617e7b2a4960e6980dd4c237d3654;p=meta-freescale.git t2080rdb(-64b): define the u-boot source binary name of NAND, SPI and SD Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf index 3a52d4b4..de5e18e9 100644 --- a/conf/machine/t2080rdb-64b.conf +++ b/conf/machine/t2080rdb-64b.conf @@ -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 \ " diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf index 43bd5574..82a4ec36 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.conf @@ -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 \ "