]> git.dujemihanovic.xyz Git - u-boot.git/commit
verdin-imx8mm: Remove stale fdt_addr env variable
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Tue, 2 Jan 2024 12:12:07 +0000 (13:12 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 8 Jan 2024 17:34:34 +0000 (14:34 -0300)
commit59a72caba907e55edf7458f83ea8f1f60dc12b6e
tree70cb3bcca564380c9c3a9d649208d7437c798a47
parent32a41b7c378315088ebc7392c91121261b84bad9
verdin-imx8mm: Remove stale fdt_addr env variable

fdt_addr variable is the location in flash of the device tree blob [1], it
does not exist for verdin-imx8mm.

Because of this the bootefi command fails unless the optional
`[fdt address]` parameter is passed on the command line,
bootefi.c:efi_install_fdt() assumes that `fdt_addr` is valid when
present.

Fix this removing fdt_addr from the U-Boot environment.

[1] doc/usage/environment.rst

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
include/configs/verdin-imx8mm.h