From 71e96e84c48cfe0ac0eb511c69d95c6823256618 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Wed, 19 May 2021 12:34:38 +0200 Subject: [PATCH] u-boot-dey: ccimx8m: remove soc_type generation on boot script On these boot scripts, this variable is not used, so we can remove it. Besides, it's generated by U-Boot code. Signed-off-by: Hector Palacios --- .../recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt | 5 ----- .../recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt | 5 ----- 2 files changed, 10 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt index 6b16fb857..ff9e9e163 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mm-dvk/boot.txt @@ -6,11 +6,6 @@ setenv ORIG_overlays ${overlays} setenv ORIG_extra_bootargs ${extra_bootargs} -# Set SOC type to "imx8mm" if not already defined by U-Boot -if test ! -n "${soc_type}"; then - setenv soc_type "imx8mm" -fi - # # Determine overlays to apply depending on the hardware capabilities # described by the HWID, SOM version, and carrier board version. diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt index 39da49773..38530dcaf 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8mn-dvk/boot.txt @@ -6,11 +6,6 @@ setenv ORIG_overlays ${overlays} setenv ORIG_extra_bootargs ${extra_bootargs} -# Set SOC type to "imx8mn" if not already defined by U-Boot -if test ! -n "${soc_type}"; then - setenv soc_type "imx8mn" -fi - # # Determine overlays to apply depending on the hardware capabilities # described by the HWID, SOM version, and carrier board version.