]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: efi_capsule: rename device tree overlay source to .dtso
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 10 Jul 2024 07:16:11 +0000 (09:16 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2024 19:51:07 +0000 (13:51 -0600)
commit7c996f244374ef7a3dac6d8effe1152ee21b9ef6
tree3b5cf8af0300724860e62978ccb047efb4d27b63
parent03e36e38e86a123be148259c7dc97da6ceab700e
test/py: efi_capsule: rename device tree overlay source to .dtso

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

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, and eventually
eliminating all .dts -> .dtbo instances.

This also matches the documentation update done in commit 4fb7e570d6b.

Cc: Masahisa Kojima <kojima.masahisa@socionext.com>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
test/py/tests/test_efi_capsule/conftest.py
test/py/tests/test_efi_capsule/version.dtso [moved from test/py/tests/test_efi_capsule/version.dts with 100% similarity]