]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: overlay: rename overlay source files to .dtso
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 10 Jul 2024 07:16:10 +0000 (09:16 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2024 19:51:06 +0000 (13:51 -0600)
commit03e36e38e86a123be148259c7dc97da6ceab700e
treea9f7ecbb8b38be09eadcdf0be9aafa82c21803a4
parent06518fdf24e5fdf3561eb66c00bd8946cf5b0e58
test: overlay: rename overlay source files to .dtso

Distinguish more clearly between source files meant for producing .dtb
from those meant for producing .dtbo.

In this case, the files are really meant to be compiled to .dtbo ->
.dtbo.S -> .dtbo.o that get embedded in the image, which means that
the begin/end symbols generated by the makefile rule changes to
__dtbo_ rather than __dtb, so the consuming .c file needs updating,
but this should not result in any functional change.

Note that in the linux tree, all device tree overlay sources have been
renamed to .dtso, and the .dts->.dtbo rule is gone since v6.5 (commit
81d362732bac). So this is also a step towards staying closer to linux
with respect to both Kbuild and device tree sources.

Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
test/overlay/Makefile
test/overlay/cmd_ut_overlay.c
test/overlay/test-fdt-overlay-stacked.dtso [moved from test/overlay/test-fdt-overlay-stacked.dts with 100% similarity]
test/overlay/test-fdt-overlay.dtso [moved from test/overlay/test-fdt-overlay.dts with 100% similarity]