diff options
| author | Simon Glass <sjg@chromium.org> | 2021-08-18 21:40:25 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-09-16 13:19:25 -0400 |
| commit | 7dcc2f7e7a9d45cce8f7b1728cd42df46a840957 (patch) | |
| tree | e06678c4c8966418b62c19611b40d7600c69cfb1 /arch/sandbox/dts/sandbox64.dts | |
| parent | 130401e0171f4a17511bfd8ba061a11dc10ff18a (diff) | |
sandbox: Add license headers to the dts files
Many of these files are missing a header. Fix this.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/dts/sandbox64.dts')
| -rw-r--r-- | arch/sandbox/dts/sandbox64.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/sandbox64.dts b/arch/sandbox/dts/sandbox64.dts index a39f94feec0..ec53106af9d 100644 --- a/arch/sandbox/dts/sandbox64.dts +++ b/arch/sandbox/dts/sandbox64.dts @@ -1,3 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Main sandbox64 devicetree + */ /dts-v1/; #include <config.h> |
