u-boot: fix typo on cc8x boot script

Commit bc7320f203 introduced a double quote typo.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2020-05-27 09:51:55 +02:00
parent f58ccb7463
commit 37071483f7
1 changed files with 1 additions and 1 deletions

View File

@ -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