From: Zhenhua Luo Date: Mon, 12 Oct 2015 13:06:31 +0000 (+0800) Subject: t4240qds.conf: add missing quotation mark X-Git-Tag: 2.1~221 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3771e5356dcb81acaa80d1b40ee80f988a928c75;p=meta-freescale.git t4240qds.conf: add missing quotation mark Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf index 13e9576e..b006857f 100644 --- a/conf/machine/t4240qds.conf +++ b/conf/machine/t4240qds.conf @@ -11,7 +11,7 @@ SOC_FAMILY = "t4:t4240" UBOOT_CONFIG ??= "nor secure-boot" UBOOT_CONFIG[nor] = "T4240QDS_config" -UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config +UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" UBOOT_SOURCE_SPI = "u-boot.pbl"