diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-09-01 15:20:37 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:18 -0300 |
commit | 580b8302d0fdca50f88d1dbc79bc315a02d6c64c (patch) | |
tree | 636c1be9792fac0ff8e7a33cf52bd82e00fc5b71 /conf/machine/t4160qds.conf | |
parent | 2b6235c77b4617e7b2a4960e6980dd4c237d3654 (diff) | |
download | meta-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/machine/t4160qds.conf')
-rw-r--r-- | conf/machine/t4160qds.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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" | |||
13 | UBOOT_CONFIG[nor] = "T4160QDS_config" | 13 | UBOOT_CONFIG[nor] = "T4160QDS_config" |
14 | UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" | 14 | UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" |
15 | 15 | ||
16 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
17 | UBOOT_SOURCE_SPI = "u-boot.pbl" | ||
18 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
19 | |||
16 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" | 20 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" |
17 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" | 21 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" |
18 | 22 | ||