From 3771e5356dcb81acaa80d1b40ee80f988a928c75 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Mon, 12 Oct 2015 21:06:31 +0800 Subject: [PATCH] t4240qds.conf: add missing quotation mark Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- conf/machine/t4240qds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1