[PATCH v1 1/2] configs: qcom_defconfig: Enable CONFIG_SKIP_EARLY_DM
Aswin Murugan
aswin.murugan at oss.qualcomm.com
Sat Jul 4 07:34:51 CEST 2026
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 <aswin.murugan at oss.qualcomm.com>
---
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
More information about the U-Boot
mailing list