env: Provide a work-around for unquoting fdtfile
authorSimon Glass <sjg@chromium.org>
Wed, 13 Nov 2024 15:09:37 +0000 (08:09 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 10 Mar 2025 16:12:08 +0000 (10:12 -0600)
commitd085e692c98d0d7b57cc577ed9befda159cd4a40
treef681f732b9e2b66cb9498ffb732856cf78c050cc
parent42fd94893e7e0fe4ee1e8c5efa35958459842da6
env: Provide a work-around for unquoting fdtfile

Some boards use a CONFIG option to specify the value of this variable.
This is normally handled by efi_get_distro_fdt_name() but in the case
of sunxi this does not work, since 'soc' is sunxi, but the files are
in the allwinner directory.

Provide a work-around for this particular case.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Makefile
doc/usage/environment.rst