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:
parent
f58ccb7463
commit
37071483f7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue