diff mbox series

[2/2] ARM: mach-meson: use livetree by default

Message ID 20250411-u-boot-meson-livetree-v1-2-ebe31909cba5@linaro.org
State New
Headers show
Series ARM: meson: finally switch to livetree | expand

Commit Message

Neil Armstrong April 11, 2025, 2:55 p.m. UTC
Finally enable OF_LIVE by default on the Amlogic support,
this add some cost to build the live tree, but makes DT
parsing from driver much faster.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 arch/arm/mach-meson/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index 7570f48e25fe477ce4dfb1eb608ed07b3a83d27f..10cef2ad6623180e2ff1ed2802543f3ba0714bd3 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -12,6 +12,7 @@  config MESON64_COMMON
 	select MMC_PWRSEQ
 	select BOARD_LATE_INIT
 	select MESON_SM
+	imply OF_LIVE
 	imply CMD_DM
 
 config MESON_GX