From: Frieder Schrempf Date: Tue, 4 Nov 2025 12:54:25 +0000 (+0100) Subject: imx: kontron-sl-mx6ul: Enable CONFIG_BOARD_LATE_INIT to fix auto fastboot X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0089270b45ba89188d75a680da8add2e2f62d209;p=thirdparty%2Fu-boot.git imx: kontron-sl-mx6ul: Enable CONFIG_BOARD_LATE_INIT to fix auto fastboot Recently code was added in board_late_init() to autostart fastboot in case of booting from USB OTG. This change was ineffective as enabling CONFIG_BOARD_LATE_INIT got lost during upstreaming. Fixes: 410d9ccc0388 ("imx: kontron-sl-mx6ul: Autostart fastboot if booted from USB") Signed-off-by: Frieder Schrempf --- diff --git a/configs/kontron-sl-mx6ul_defconfig b/configs/kontron-sl-mx6ul_defconfig index 8e35d894dae..9f7003bf54c 100644 --- a/configs/kontron-sl-mx6ul_defconfig +++ b/configs/kontron-sl-mx6ul_defconfig @@ -34,6 +34,7 @@ CONFIG_SYS_PBSIZE=532 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_BOARD_TYPES=y CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_RAW_IMAGE_SUPPORT=y CONFIG_SPL_LEGACY_IMAGE_FORMAT=y CONFIG_SPL_LEGACY_IMAGE_CRC_CHECK=y