diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-06-04 13:51:09 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2021-06-17 09:39:08 +0800 |
commit | 2ff6b799a804add940b30e70a19f751a4aeff36b (patch) | |
tree | a3a147b43e931b0a529aef0ec27d48a094b799e0 /arch/riscv | |
parent | 9301a5cc99dd0c298e2f7fe2fa98a7287fcda772 (diff) | |
download | u-boot-2ff6b799a804add940b30e70a19f751a4aeff36b.tar.gz |
riscv: ae350: dts: Add SPDX license header
The SPDX license header is currently missing. Add one.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r-- | arch/riscv/dts/ae350_32.dts | 2 | ||||
-rw-r--r-- | arch/riscv/dts/ae350_64.dts | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/dts/ae350_32.dts b/arch/riscv/dts/ae350_32.dts index a0ab5e9be22..ef110c54aec 100644 --- a/arch/riscv/dts/ae350_32.dts +++ b/arch/riscv/dts/ae350_32.dts @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) + /dts-v1/; #include "binman.dtsi" diff --git a/arch/riscv/dts/ae350_64.dts b/arch/riscv/dts/ae350_64.dts index f654f4809a2..6abf42e904d 100644 --- a/arch/riscv/dts/ae350_64.dts +++ b/arch/riscv/dts/ae350_64.dts @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) + /dts-v1/; #include "binman.dtsi" |