summaryrefslogtreecommitdiffstats
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
commitb03f3b6974c463fb21faffa8623526c3f39bfec4 (patch)
tree408968487c70f972dff80c14c82d889f26a5cea9
parent7ba68fb3b0ec93014dfa9a02f56caf2916ccbe05 (diff)
downloadmeta-fsl-arm-b03f3b6974c463fb21faffa8623526c3f39bfec4.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>
-rw-r--r--conf/machine/ls1021aqds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls1021aqds.conf b/conf/machine/ls1021aqds.conf
index f57b77e..d659196 100644
--- a/conf/machine/ls1021aqds.conf
+++ b/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