diff options
| author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2025-10-07 10:16:06 +0200 |
|---|---|---|
| committer | Fabio Estevam <festevam@gmail.com> | 2025-10-07 08:58:28 -0300 |
| commit | 16ead099eb38697a3f9d65ebbec7ce0a8a280e34 (patch) | |
| tree | 0a5abae92c0bb8aa79a446d0ab805b0adec41462 /include | |
| parent | 194c747442ac2d80176e2c488446ec70d79c3e83 (diff) | |
imx: kontron-sl-mx8mm: Enable standard boot and disable legacy distro boot
The bootstd framework is the new way to support various bootflows
and media. Use it instead of legacy distro boot.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/kontron-sl-mx8mm.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/kontron-sl-mx8mm.h b/include/configs/kontron-sl-mx8mm.h index 72a28a6a413..318c39d673a 100644 --- a/include/configs/kontron-sl-mx8mm.h +++ b/include/configs/kontron-sl-mx8mm.h @@ -29,21 +29,9 @@ EFI_GUID(0xd488e45a, 0x4929, 0x4b55, 0x8c, 0x14, \ 0x86, 0xce, 0xa2, 0xcd, 0x66, 0x29) -#define BOOT_TARGET_DEVICES(func) \ - func(MMC, mmc, 1) \ - func(MMC, mmc, 0) \ - func(USB, usb, 0) \ - func(PXE, pxe, na) -#include <config_distro_bootcmd.h> -/* Do not try to probe USB net adapters for net boot */ -#undef BOOTENV_RUN_NET_USB_START -#define BOOTENV_RUN_NET_USB_START - #ifdef CONFIG_XPL_BUILD /* malloc f used before GD_FLG_FULL_MALLOC_INIT set */ #define CFG_MALLOC_F_ADDR 0x930000 #endif -#define CFG_EXTRA_ENV_SETTINGS BOOTENV - #endif /* __KONTRON_MX8MM_CONFIG_H */ |
