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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2020-05-07 12:36:57 +02:00
parent ab98e928f5
commit 92788841c4
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ else
if test "${som_hv}" = "1"; then if test "${som_hv}" = "1"; then
setenv overlays cc${soc_type}_ov_v1.dtbo,${overlays} setenv overlays cc${soc_type}_ov_v1.dtbo,${overlays}
fi
fi fi
fi fi