[PATCH v2 01/22] apalis-imx8: fix booting caused by missing dm_event

Francesco Dolcini francesco at dolcini.it
Fri Jan 13 18:17:30 CET 2023


From: Marcel Ziswiler <marcel.ziswiler at toradex.com>

Without the DM_EVENT absolutely no output whatsoever and the system does
not boot at all.

Fixes: c5ef2025579e ("dm: fix DM_EVENT dependencies")
Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini at toradex.com>
---
v2: no changes
---
 configs/apalis-imx8_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig
index 6226d50c8ace..b2f8416e3263 100644
--- a/configs/apalis-imx8_defconfig
+++ b/configs/apalis-imx8_defconfig
@@ -22,6 +22,7 @@ CONFIG_OF_SYSTEM_SETUP=y
 CONFIG_LOG=y
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_EVENT=y
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_SYS_MAXARGS=64
 CONFIG_SYS_CBSIZE=2048
-- 
2.25.1



More information about the U-Boot mailing list