summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrieder Schrempf <[email protected]>2025-08-25 15:54:26 +0200
committerFabio Estevam <[email protected]>2025-09-05 09:03:28 -0300
commit7118d961cccdb3cf86f3e2eebf19c476bba5aca9 (patch)
tree45727663e26c047103b1ed728077e484f4a84d0b /include
parenteb314cb566abe0c6eb675c9c857a0cd1bb8c5cf9 (diff)
imx: kontron-sl-mx6ul: Enable standard boot and disable legacy distro boot
Disable the legacy distro boot and use bootstd instead. Signed-off-by: Frieder Schrempf <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kontron-sl-mx6ul.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/kontron-sl-mx6ul.h b/include/configs/kontron-sl-mx6ul.h
index 015df01db4e..e2152eb05ed 100644
--- a/include/configs/kontron-sl-mx6ul.h
+++ b/include/configs/kontron-sl-mx6ul.h
@@ -24,22 +24,10 @@
/* Board and environment settings */
#define CFG_MXC_UART_BASE UART4_BASE
-/* Boot order for distro boot */
-#define BOOT_TARGET_DEVICES(func) \
- func(MMC, mmc, 1) \
- func(MMC, mmc, 0) \
- func(UBIFS, ubifs, 0, UBI, boot) \
- func(USB, usb, 0) \
- func(PXE, pxe, na) \
- func(DHCP, dhcp, na)
-#include <config_distro_bootcmd.h>
-
/* MMC Configs */
#ifdef CONFIG_FSL_USDHC
#define CFG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR
#define CFG_SYS_FSL_USDHC_NUM 2
#endif
-#define CFG_EXTRA_ENV_SETTINGS BOOTENV
-
#endif /* __KONTRON_MX6UL_CONFIG_H */