diff options
author | Enrico Leto <enrico.leto@siemens.com> | 2023-11-08 15:53:21 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-22 19:10:04 -0500 |
commit | ba0d6a284a3148e3a4edcf689829b876ccfa974e (patch) | |
tree | fe8828fb2a01321de41247f4be5bbaed786cdd35 | |
parent | 3328e6ec77bb92c744b2519a1b4661fcc504c762 (diff) | |
download | u-boot-ba0d6a284a3148e3a4edcf689829b876ccfa974e.tar.gz u-boot-ba0d6a284a3148e3a4edcf689829b876ccfa974e.tar.bz2 u-boot-ba0d6a284a3148e3a4edcf689829b876ccfa974e.zip |
configs: draco: disable misc init
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>
-rw-r--r-- | configs/draco-etamin_defconfig | 1 | ||||
-rw-r--r-- | configs/draco-rastaban_defconfig | 1 | ||||
-rw-r--r-- | configs/draco-thuban_defconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/draco-etamin_defconfig b/configs/draco-etamin_defconfig index 9401a51d6c..f929fe153c 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 60dd9f3a14..0c1e5016d0 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 8a37706729..226c813f39 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 |