summaryrefslogtreecommitdiffstats
path: root/conf
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 18:57:37 -0200
commitdafddd4e9e0d9033b5b0ac4b250fbbcc8ccbb5f2 (patch)
treec25274f30b62dd61b75978d5320da8be15c38178 /conf
parentdbece087db55114b08ace1f435d010afed5ff705 (diff)
downloadmeta-fsl-arm-dafddd4e9e0d9033b5b0ac4b250fbbcc8ccbb5f2.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 'conf')
-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