From 2ece87c279e798ba91f4d88c3dfb74998e2457ba Mon Sep 17 00:00:00 2001 From: Joao Paulo Goncalves Date: Wed, 4 Oct 2023 15:38:04 -0300 Subject: toradex: verdin-imx8mm/imx8mp: Remove bootcmd_mfg The bootcmd_mfg env variable is legacy from IMX downstream u-boot branch and is not needed on mainline. Upstream-Status: Submitted [https://lore.kernel.org/u-boot/20231004191358.24488-1-francesco@dolcini.it/] Signed-off-by: Joao Paulo Goncalves Signed-off-by: Francesco Dolcini --- include/configs/verdin-imx8mm.h | 1 - include/configs/verdin-imx8mp.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/verdin-imx8mm.h b/include/configs/verdin-imx8mm.h index 750a29dbc5..0d77657978 100644 --- a/include/configs/verdin-imx8mm.h +++ b/include/configs/verdin-imx8mm.h @@ -53,7 +53,6 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ BOOTENV \ MEM_LAYOUT_ENV_SETTINGS \ - "bootcmd_mfg=fastboot 0\0" \ "boot_file=Image\0" \ "boot_script_dhcp=boot.scr\0" \ "console=ttymxc0\0" \ diff --git a/include/configs/verdin-imx8mp.h b/include/configs/verdin-imx8mp.h index 616cc3f945..88299ad950 100644 --- a/include/configs/verdin-imx8mp.h +++ b/include/configs/verdin-imx8mp.h @@ -79,7 +79,6 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ BOOTENV \ MEM_LAYOUT_ENV_SETTINGS \ - "bootcmd_mfg=fastboot 0\0" \ "boot_file=Image\0" \ "boot_scripts=" BOOT_SCRIPT "\0" \ "boot_script_dhcp=" BOOT_SCRIPT "\0" \ -- cgit v1.2.3