summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFrieder Schrempf <[email protected]>2025-10-07 10:16:06 +0200
committerFabio Estevam <[email protected]>2025-10-07 08:58:28 -0300
commit16ead099eb38697a3f9d65ebbec7ce0a8a280e34 (patch)
tree0a5abae92c0bb8aa79a446d0ab805b0adec41462 /configs
parent194c747442ac2d80176e2c488446ec70d79c3e83 (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 <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/kontron-sl-mx8mm_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/kontron-sl-mx8mm_defconfig b/configs/kontron-sl-mx8mm_defconfig
index 1d0a6a83052..11ce881bc19 100644
--- a/configs/kontron-sl-mx8mm_defconfig
+++ b/configs/kontron-sl-mx8mm_defconfig
@@ -37,7 +37,7 @@ CONFIG_EFI_CAPSULE_FIRMWARE_FIT=y
CONFIG_FIT=y
CONFIG_FIT_EXTERNAL_OFFSET=0x3000
CONFIG_SPL_LOAD_FIT=y
-CONFIG_DISTRO_DEFAULTS=y
+CONFIG_BOOTSTD_FULL=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_SYSTEM_SETUP=y
CONFIG_SYS_CBSIZE=2048
@@ -99,6 +99,7 @@ CONFIG_CMD_EFIDEBUG=y
CONFIG_CMD_RTC=y
CONFIG_CMD_TIME=y
CONFIG_CMD_GETTIME=y
+CONFIG_CMD_SYSBOOT=y
CONFIG_CMD_UUID=y
CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y