Re: [PATCH v1] board: toradex: colibri-imx(6ull|imx7): Fix missing fdt_fixup boot error

2024-04-29 Thread Fabio Estevam
On Tue, Apr 23, 2024 at 12:57 PM Francesco Dolcini wrote: > > From: Francesco Dolcini > > In commit 51aaaf5e7975 ("board: toradex: imx: Remove not needed env > variables") > the empty definition of fdt_fixup variable was removed, however this was > still referenced from the boot command leading

[PATCH v1] board: toradex: colibri-imx(6ull|imx7): Fix missing fdt_fixup boot error

2024-04-23 Thread Francesco Dolcini
From: Francesco Dolcini In commit 51aaaf5e7975 ("board: toradex: imx: Remove not needed env variables") the empty definition of fdt_fixup variable was removed, however this was still referenced from the boot command leading to boot failures: ## Error: \"fdt_fixup\" not defined` Fix this by