[meta-freescale] [meta-fsl-arm][PATCH] ls1021aqds.conf: add the missing quotation mark

Zhenhua Luo zhenhua.luo at freescale.com
Mon Nov 10 04:41:40 PST 2014


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 at freescale.com>
---
 conf/machine/ls1021aqds.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 UBOOT_CONFIG[nor] = "ls1021aqds_nor_config"
 UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config"
 UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config"
-UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config
+UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config"
 
 KERNEL_DEVICETREE = "ls1021aqds.dtb"
 
-- 
1.9.3



More information about the meta-freescale mailing list