diff mbox series

[5/6] configs: draco: disable misc init

Message ID 20231108145322.302927-6-enrico.leto@siemens.com
State Accepted
Commit ba0d6a284a3148e3a4edcf689829b876ccfa974e
Delegated to: Tom Rini
Headers show
Series [1/6] siemens,am335x: clean-up draco targets | expand

Commit Message

Enrico Leto Nov. 8, 2023, 2:53 p.m. UTC
The initcall sequence fails at arch_misc_init. Disable misc init until
driver model and DT are clean.

Signed-off-by: Enrico Leto <enrico.leto@siemens.com>
---
 configs/draco-etamin_defconfig   | 1 -
 configs/draco-rastaban_defconfig | 1 -
 configs/draco-thuban_defconfig   | 1 -
 3 files changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/configs/draco-etamin_defconfig b/configs/draco-etamin_defconfig
index 7814e125c29..8180bb004cc 100644
--- a/configs/draco-etamin_defconfig
+++ b/configs/draco-etamin_defconfig
@@ -32,7 +32,6 @@  CONFIG_RESET_TO_RETRY=y
 CONFIG_USE_PREBOOT=y
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 # CONFIG_DISPLAY_BOARDINFO is not set
-CONFIG_ARCH_MISC_INIT=y
 CONFIG_SPL_BSS_START_ADDR=0x80000000
 CONFIG_SPL_SYS_MALLOC=y
 CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y
diff --git a/configs/draco-rastaban_defconfig b/configs/draco-rastaban_defconfig
index 2460182b12c..539ead3d862 100644
--- a/configs/draco-rastaban_defconfig
+++ b/configs/draco-rastaban_defconfig
@@ -30,7 +30,6 @@  CONFIG_RESET_TO_RETRY=y
 CONFIG_USE_PREBOOT=y
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 # CONFIG_DISPLAY_BOARDINFO is not set
-CONFIG_ARCH_MISC_INIT=y
 CONFIG_SPL_BSS_START_ADDR=0x80000000
 CONFIG_SPL_SYS_MALLOC=y
 CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y
diff --git a/configs/draco-thuban_defconfig b/configs/draco-thuban_defconfig
index 766b1596a17..f919754c2e4 100644
--- a/configs/draco-thuban_defconfig
+++ b/configs/draco-thuban_defconfig
@@ -30,7 +30,6 @@  CONFIG_RESET_TO_RETRY=y
 CONFIG_USE_PREBOOT=y
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 # CONFIG_DISPLAY_BOARDINFO is not set
-CONFIG_ARCH_MISC_INIT=y
 CONFIG_SPL_BSS_START_ADDR=0x80000000
 CONFIG_SPL_SYS_MALLOC=y
 CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y