On Mon, 4 Mar 2024 at 12:10, Sumit Garg <sumit.g...@linaro.org> wrote: > > + Fabio > > Hi Tom, > > On Tue, 27 Feb 2024 at 02:49, Bryan Brattlof <b...@ti.com> wrote: > > > > Some boards that choose to utilize the OF_UPSTREAM directory for their > > device tree files will need to specify that directory instead of the > > traditional arch/$(ARCH)/dts/* path. > > > > Include the correct path to the board's dtbs depending on if OF_UPSTREAM > > is selected or not. > > > > Reviewed-by: Sumit Garg <sumit.g...@linaro.org> > > Signed-off-by: Bryan Brattlof <b...@ti.com> > > --- > > Makefile | 18 ++++++++++++++---- > > scripts/Makefile.spl | 17 +++++++++++++---- > > 2 files changed, 27 insertions(+), 8 deletions(-) > > > > Can you pick up this patch independently for -next since it's needed > for other platforms to switch to OF_UPSTREAM? However, if you are > already planning to pick this series overall then I am fine with that > too.
Please consider it's v4 instead. [1] https://patchwork.ozlabs.org/project/uboot/patch/20240304121257.3551104-1-sumit.g...@linaro.org/ -Sumit