Hi Ariel, On Tue, Sep 27, 2022 at 11:14 AM Ariel D'Alessandro <ariel.dalessan...@collabora.com> wrote: > > After commit 395110284b56 ("nitrogen6x: Populate FDTFILE at build-time > for all platforms") iMX.6Q Sabrelite fails to boot due to a bad fdtfile > string: > > Retrieving file: /dtbs/5.18.0-0.deb11.4-armmp/"imx6q-sabrelite".dtb > ** File not found /dtbs/5.18.0-0.deb11.4-armmp/"imx6q-sabrelite".dtb ** > > CONFIG_DEFAULT_DEVICE_TREE option is string typed, so __stringify() is > adding extra quotes. Remove this. > > Signed-off-by: Ariel D'Alessandro <ariel.dalessan...@collabora.com>
Just a nit: in the Subject, it would be better to change it like this: nitrogen6x: Remove extra quotes in fdtfile Reviewed-by: Fabio Estevam <feste...@denx.de> Stefano/Tom, This is 2022.10 material IMHO.