From b5ccc9f84192a96626e9cd915b0a2d2816ef5bf2 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Tue, 10 Sep 2024 12:02:59 +0200 Subject: [PATCH] ccimx93: uboot bootscript: fix NPU overlay When consolidating the bootscript, the variable soc_type was misspelled. Signed-off-by: Isaac Hermida --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/boot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/boot.txt index 8d662e3f1..c6b5db30f 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/boot.txt @@ -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" || \