diff options
| author | Tom Rini <[email protected]> | 2025-10-09 13:47:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-09 13:47:28 -0600 |
| commit | a1fd7a9589bf150c6f79d3a37fbc426f00a8af94 (patch) | |
| tree | 620dd6b59ce5e903eb17678c2e6d95ba48a95910 /include | |
| parent | 44633763020325d7f43954d793b020f5320bb89d (diff) | |
| parent | 15bed125d769e16c688907b504c6d9b60c20b089 (diff) | |
Merge tag 'u-boot-imx-master-20251009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27872
- Several improvements for kontron-sl-mx8mm.
- Add rauc to bootmeths to phycore_imx8mp.
- Fix imx93_frdm USB vendor ID.
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 */ |
