summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-10-12 21:06:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:20 -0300
commit3771e5356dcb81acaa80d1b40ee80f988a928c75 (patch)
tree1865cde16f76a3d39a920a6393b2e6db9b4e9c09 /conf
parentf80c56603e95cf2fd8fa2b814c3b2cd2b975a524 (diff)
downloadmeta-freescale-3771e5356dcb81acaa80d1b40ee80f988a928c75.tar.gz
t4240qds.conf: add missing quotation mark
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/t4240qds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index 13e9576e..b006857f 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -11,7 +11,7 @@ SOC_FAMILY = "t4:t4240"
11 11
12UBOOT_CONFIG ??= "nor secure-boot" 12UBOOT_CONFIG ??= "nor secure-boot"
13UBOOT_CONFIG[nor] = "T4240QDS_config" 13UBOOT_CONFIG[nor] = "T4240QDS_config"
14UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config 14UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config"
15 15
16UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" 16UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
17UBOOT_SOURCE_SPI = "u-boot.pbl" 17UBOOT_SOURCE_SPI = "u-boot.pbl"