[PATCH] dts: Log name of expected .dtb file

2020-12-27 Thread Florian Klink
Make it more obvious what .dts file was expected by the build system. When adding support for a new board, I kept getting this error message, assuming I passed a wrong DEVICE_TREE parameter. However, what was really the mistake was that the entry in `arch/arm/dts/Makefile` was missing, and u-boot

Re: [PATCH] dts: Log name of expected .dtb file

2021-01-18 Thread Tom Rini
On Sun, Dec 27, 2020 at 09:34:43PM +0100, Florian Klink wrote: > Make it more obvious what .dts file was expected by the build system. > > When adding support for a new board, I kept getting this error message, > assuming I passed a wrong DEVICE_TREE parameter. > > However, what was really the m