summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:37 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:18 -0300
commit580b8302d0fdca50f88d1dbc79bc315a02d6c64c (patch)
tree636c1be9792fac0ff8e7a33cf52bd82e00fc5b71 /conf
parent2b6235c77b4617e7b2a4960e6980dd4c237d3654 (diff)
downloadmeta-freescale-580b8302d0fdca50f88d1dbc79bc315a02d6c64c.tar.gz
t4160qds(-64b): define the u-boot source binary name of NAND, SPI and SD
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/t4160qds-64b.conf4
-rw-r--r--conf/machine/t4160qds.conf4
2 files changed, 8 insertions, 0 deletions
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"
13UBOOT_CONFIG[nor] = "T4160QDS_config" 13UBOOT_CONFIG[nor] = "T4160QDS_config"
14UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
15 15
16UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
17UBOOT_SOURCE_SPI = "u-boot.pbl"
18UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
19
16KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 20KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 21KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
18 22
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"
13UBOOT_CONFIG[nor] = "T4160QDS_config" 13UBOOT_CONFIG[nor] = "T4160QDS_config"
14UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
15 15
16UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
17UBOOT_SOURCE_SPI = "u-boot.pbl"
18UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
19
16KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 20KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 21KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
18 22