diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-10-12 21:06:31 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:20 -0300 |
commit | 3771e5356dcb81acaa80d1b40ee80f988a928c75 (patch) | |
tree | 1865cde16f76a3d39a920a6393b2e6db9b4e9c09 | |
parent | f80c56603e95cf2fd8fa2b814c3b2cd2b975a524 (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/t4240qds.conf | 2 |
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 | ||
12 | UBOOT_CONFIG ??= "nor secure-boot" | 12 | UBOOT_CONFIG ??= "nor secure-boot" |
13 | UBOOT_CONFIG[nor] = "T4240QDS_config" | 13 | UBOOT_CONFIG[nor] = "T4240QDS_config" |
14 | UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config | 14 | UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" |
15 | 15 | ||
16 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | 16 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" |
17 | UBOOT_SOURCE_SPI = "u-boot.pbl" | 17 | UBOOT_SOURCE_SPI = "u-boot.pbl" |