summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2014-11-10 20:41:40 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 11:23:01 -0200
commit07fd40ceef98b4e5e6cb58b8e491a6ffe40a9e27 (patch)
tree9f3b9b912fbba8a1952a07f56dfa1de942c4ce68 /meta-fsl-arm
parenta71105902fbae6f4c8fd18aa59f21450808c92d5 (diff)
downloadmeta-freescale-07fd40ceef98b4e5e6cb58b8e491a6ffe40a9e27.tar.gz
ls1021aqds.conf: add the missing quotation mark
Fix following parse error: ERROR: Unable to parse conf/bitbake.conf: ParseError at /home/jenkins/poky/ meta-fsl-arm/conf/machine/ls1021aqds.conf:16: unparsed line: 'UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config' Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r--meta-fsl-arm/conf/machine/ls1021aqds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/ls1021aqds.conf b/meta-fsl-arm/conf/machine/ls1021aqds.conf
index f57b77ee1..d65919670 100644
--- a/meta-fsl-arm/conf/machine/ls1021aqds.conf
+++ b/meta-fsl-arm/conf/machine/ls1021aqds.conf
@@ -13,7 +13,7 @@ UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "ls1021aqds_nor_config" 13UBOOT_CONFIG[nor] = "ls1021aqds_nor_config"
14UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config" 14UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config"
15UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config" 15UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config"
16UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config 16UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config"
17 17
18KERNEL_DEVICETREE = "ls1021aqds.dtb" 18KERNEL_DEVICETREE = "ls1021aqds.dtb"
19 19