]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1021aqds.conf: add the missing quotation mark
authorZhenhua Luo <zhenhua.luo@freescale.com>
Mon, 10 Nov 2014 12:41:40 +0000 (20:41 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 10 Nov 2014 13:23:01 +0000 (11:23 -0200)
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>
meta-fsl-arm/conf/machine/ls1021aqds.conf

index f57b77ee138e4235a2d7f49d2b3ad64d158da570..d65919670e9e1bb51461d534c9cf39a7428e1658 100644 (file)
@@ -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"