From: Zhenhua Luo Date: Mon, 10 Nov 2014 12:41:40 +0000 (+0800) Subject: ls1021aqds.conf: add the missing quotation mark X-Git-Tag: 2.1~808 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=07fd40ceef98b4e5e6cb58b8e491a6ffe40a9e27;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/conf/machine/ls1021aqds.conf b/meta-fsl-arm/conf/machine/ls1021aqds.conf index f57b77ee..d6591967 100644 --- a/meta-fsl-arm/conf/machine/ls1021aqds.conf +++ b/meta-fsl-arm/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"