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

@ -39,6 +39,7 @@ else
setenv overlays cc${soc_type}_ov_v1.dtbo,${overlays} setenv overlays cc${soc_type}_ov_v1.dtbo,${overlays}
fi fi
fi fi
fi
# Get the UUID of the configured boot partition. # Get the UUID of the configured boot partition.
part uuid mmc ${mmcbootdev}:${mmcpart} bootpart part uuid mmc ${mmcbootdev}:${mmcpart} bootpart