diff options
author | Rasmus Villemoes | 2023-09-25 10:09:08 +0200 |
---|---|---|
committer | Tom Rini | 2023-10-11 13:22:32 -0400 |
commit | 01bf2e2eb3ef9b8ad0f8a132f09955b6911a6908 (patch) | |
tree | 64c121a99a61b9f5ea270cdd1734bdbbd35b016b | |
parent | e6e3a3d9fc96eaf459312bd657757260153360e2 (diff) |
sandbox: rename overlay sources to .dtso
Distinguish more clearly between source files meant for producing .dtb
from those meant for producing .dtbo. No functional change, as we
currently have rules for producing a foo.dtbo from either foo.dts or
foo.dtso.
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.
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/sandbox/dts/overlay0.dtso (renamed from arch/sandbox/dts/overlay0.dts) | 0 | ||||
-rw-r--r-- | arch/sandbox/dts/overlay1.dtso (renamed from arch/sandbox/dts/overlay1.dts) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/arch/sandbox/dts/overlay0.dts b/arch/sandbox/dts/overlay0.dtso index 9e5f38962bc..9e5f38962bc 100644 --- a/arch/sandbox/dts/overlay0.dts +++ b/arch/sandbox/dts/overlay0.dtso diff --git a/arch/sandbox/dts/overlay1.dts b/arch/sandbox/dts/overlay1.dtso index 303e713f336..303e713f336 100644 --- a/arch/sandbox/dts/overlay1.dts +++ b/arch/sandbox/dts/overlay1.dtso |