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:
parent
ab98e928f5
commit
92788841c4
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue