Re: [PATCH v5 7/8] env: Provide a work-around for unquoting fdtfile

2025-03-11 Thread Tom Rini
On Wed, 13 Nov 2024 08:09:37 -0700, Simon Glass wrote: > 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 director

Re: [PATCH v5 7/8] env: Provide a work-around for unquoting fdtfile

2024-11-13 Thread Tom Rini
On Wed, Nov 13, 2024 at 08:09:37AM -0700, Simon Glass wrote: > 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 di

[PATCH v5 7/8] env: Provide a work-around for unquoting fdtfile

2024-11-13 Thread Simon Glass
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-