Enable CONFIG_SKIP_EARLY_DM to skip device model initialization during pre-relocation phase, improving boot time by around 50% by deferring device probing until after relocation.
Signed-off-by: Aswin Murugan <[email protected]> --- configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index d0d54ec5a70..bf195610898 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_SKIP_LOWLEVEL_INIT=y +CONFIG_SKIP_EARLY_DM=y CONFIG_POSITION_INDEPENDENT=y CONFIG_SYS_INIT_SP_BSS_OFFSET=0x180000 CONFIG_ARCH_SNAPDRAGON=y -- 2.34.1

