From 92788841c47d38f015e8616eab4419775a6d1127 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Thu, 7 May 2020 12:36:57 +0200 Subject: [PATCH] ccimx8mn-dvk: boot.txt: add missing "fi" The end of the if block was missing when adding support for the SOM v1 overlay Signed-off-by: Gabriel Valcazar --- .../recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt index ea67b7943..c64aedd76 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt @@ -37,6 +37,7 @@ else if test "${som_hv}" = "1"; then setenv overlays cc${soc_type}_ov_v1.dtbo,${overlays} + fi fi fi