[PATCH v1] imx8qm-rom7720: fix broken boot caused by missing CONFIG_EVENT
Oliver Graute
oliver.graute at kococonnector.com
Tue Nov 22 09:40:28 CET 2022
since commit c5ef2025579e91f132cd3cead8ebe8b4cd5dd2b6
its necessary to set CONFIG_EVENT for a successful boot of this board again
Signed-off-by: Oliver Graute <oliver.graute at kococonnector.com>
CC: heinrich.schuchardt at canonical.com
---
configs/imx8qm_rom7720_a1_4G_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/imx8qm_rom7720_a1_4G_defconfig b/configs/imx8qm_rom7720_a1_4G_defconfig
index afec319640..002babeff2 100644
--- a/configs/imx8qm_rom7720_a1_4G_defconfig
+++ b/configs/imx8qm_rom7720_a1_4G_defconfig
@@ -90,6 +90,7 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_SPL_DM_REGULATOR_GPIO=y
CONFIG_DM_SERIAL=y
+CONFIG_EVENT=y
CONFIG_FSL_LPUART=y
CONFIG_SPL_TINY_MEMSET=y
# CONFIG_EFI_LOADER is not set
--
2.17.1
More information about the U-Boot
mailing list