Hi Tom, On Fri, 17 Feb 2023 at 08:51, Tom Rini <tr...@konsulko.com> wrote: > > On Sun, Feb 05, 2023 at 01:24:38PM -0700, Simon Glass wrote: > > > For EFI, the distro boot scripts search in three different directories > > for the .dtb file. The SOC-based filename fallback is supported only for > > 32-bit ARM. > > > > Adjust the code to mirror this behaviour. > > > > Also some boards can use a prior-stage FDT if one is not found in the > > normal way. Support this and show a warning in that case. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > Suggested-by: Mark Kettenis <kette...@openbsd.org> > > As-is, sandbox fails to build with this, on master.
I can't repeat this, but I updated the series with the commit-message change and will resend. The CI result is here: https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/15309 Regards, Simon > > -- > Tom