ccimx93: uboot bootscript: fix NPU overlay

When consolidating the bootscript, the variable soc_type was misspelled.

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2024-09-10 12:02:59 +02:00
parent f28dd88ab0
commit b5ccc9f841
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ if test "${module_has_wifi}" = "1" && test -z "${disable_wifi}"; then
setenv overlays _ov_som_wifi_ccimx9.dtbo,${overlays}
fi
if test "${soc-type}" = "imx93"; then
if test "${soc_type}" = "imx93"; then
if test "${cpu_type}" = "imx9352" || \
test "${cpu_type}" = "imx9351" || \
test "${cpu_type}" = "imx9322" || \