From 37071483f704a74460129b9260ccf5001eb05ae0 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Wed, 27 May 2020 09:51:55 +0200 Subject: [PATCH] u-boot: fix typo on cc8x boot script Commit bc7320f20381 introduced a double quote typo. Signed-off-by: Hector Palacios --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/boot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/boot.txt index dc4519a61..c1e68612c 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/boot.txt @@ -35,7 +35,7 @@ else fi # Apply QXP overlay if the SOC type is "imx8qxp" -if test "${soc_type}" = "imx8qxp""; then +if test "${soc_type}" = "imx8qxp"; then setenv overlays ccimx8x_ov_qxp.dtbo,${overlays} fi