dts: Log name of expected .dtb file
authorFlorian Klink <flokli@flokli.de>
Sun, 27 Dec 2020 20:34:43 +0000 (21:34 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 16 Jan 2021 19:49:09 +0000 (14:49 -0500)
commit1d55eb1544f7fcbbc8b39d6f445ba74788bf94bf
tree4bb538b3a11606a157266bfe28c9256bd6f90da1
parent83a287a613f3f50aceaf8f0131402b5093368009
dts: Log name of expected .dtb file

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 didn't like not being
able to find the .dtb file that should have been produced.

Simply logging the expected .dtb file name should make it easier to spot
such mistakes.

Signed-off-by: Florian Klink <flokli@flokli.de>
dts/Makefile