From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:35 +0000 (+0800) Subject: t2080qds(-64b): define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~305 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2277760d62d762fd78cb3622948d051deb406274;p=meta-freescale.git t2080qds(-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/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf index 8da4582f..eea51f50 100644 --- a/conf/machine/t2080qds-64b.conf +++ b/conf/machine/t2080qds-64b.conf @@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080QDS_NAND_config" UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" UBOOT_CONFIG[secure-boot] = "T2080QDS_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 ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ t2080qds-usdpaa-shared-interfaces.dtb \ " diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf index 825e946f..68454bf0 100644 --- a/conf/machine/t2080qds.conf +++ b/conf/machine/t2080qds.conf @@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080QDS_NAND_config" UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" UBOOT_CONFIG[secure-boot] = "T2080QDS_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 ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ t2080qds-usdpaa-shared-interfaces.dtb \ "