From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:38 +0000 (+0800) Subject: t4240qds(-64b): define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~302 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6350400423c0374ff881686b6ba90abeba4a5249;p=meta-freescale.git t4240qds(-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/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf index 1b960c2e..3c3dfb73 100644 --- a/conf/machine/t4240qds-64b.conf +++ b/conf/machine/t4240qds-64b.conf @@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot" UBOOT_CONFIG[nor] = "T4240QDS_config" UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" +UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" +UBOOT_SOURCE_SPI = "u-boot.pbl" +UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" + KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ t4240qds-usdpaa-shared-interfaces.dtb \ " diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf index dd6d12ac..2bab3f15 100644 --- a/conf/machine/t4240qds.conf +++ b/conf/machine/t4240qds.conf @@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot" UBOOT_CONFIG[nor] = "T4240QDS_config" UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config +UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" +UBOOT_SOURCE_SPI = "u-boot.pbl" +UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" + KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ t4240qds-usdpaa-shared-interfaces.dtb \ "