[PATCH v1 2/5] dts: allow dts files in board directory

Simon Glass sjg at chromium.org
Tue Dec 28 09:33:09 CET 2021


Hi Troy,

On Fri, 17 Dec 2021 at 16:02, Troy Kisky <troy.kisky at boundarydevices.com> wrote:
>
> Let the board specific dts files live in the board directory.
>
> Signed-off-by: Troy Kisky <troy.kisky at boundarydevices.com>
> ---
>  dts/Makefile         | 11 +++++++++--
>  scripts/Makefile.lib |  1 +
>  2 files changed, 10 insertions(+), 2 deletions(-)

I think .dts files should be built at the SoC level, at the finest.
Otherwise we might change a .dtsi and break something without
knowing...and it is very hard to know what other builds to do. This
seems to be heading towards target-specific building.

Regards,
Simon


More information about the U-Boot mailing list