From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:37 +0000 (+0800) Subject: t4160qds(-64b): define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~303 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=580b8302d0fdca50f88d1dbc79bc315a02d6c64c;p=meta-freescale.git t4160qds(-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/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf index e5496632..b245b08e 100644 --- a/conf/machine/t4160qds-64b.conf +++ b/conf/machine/t4160qds-64b.conf @@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot" UBOOT_CONFIG[nor] = "T4160QDS_config" UBOOT_CONFIG[secure-boot] = "T4160QDS_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" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf index 7af70f99..e86cbd2b 100644 --- a/conf/machine/t4160qds.conf +++ b/conf/machine/t4160qds.conf @@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor" UBOOT_CONFIG[nor] = "T4160QDS_config" UBOOT_CONFIG[secure-boot] = "T4160QDS_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" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"