[PATCH v1] imx8qm-rom7720: fix broken boot caused by missing CONFIG_EVENT

Fabio Estevam festevam at gmail.com
Fri Dec 2 04:19:58 CET 2022


Hi Heinrich,

On Tue, Nov 22, 2022 at 5:42 AM Oliver Graute
<oliver.graute at kococonnector.com> wrote:
>
> 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

Could you please take a look? What is the proper fix for this issue?

Thanks


More information about the U-Boot mailing list