diff options
author | Fabio Estevam <festevam@denx.de> | 2023-08-08 18:40:38 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-10-16 16:25:10 +0200 |
commit | 2f9b07d869da0a6a2f4d8780feb40da54148da2a (patch) | |
tree | 97975e075e7e7243be9bde54e56d5e3b5fe452ed /arch | |
parent | de2f7f548a4c52afacf0bf316f6a5b291754a729 (diff) | |
download | u-boot-2f9b07d869da0a6a2f4d8780feb40da54148da2a.tar.gz |
imx7d-sdb-u-boot: Pass SPDX-License tag
SPDX-License tag is missing and checkpatch complains about it.
Add the SPDX-License tag using the same one from imx7d-sdb.dts.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/imx7d-sdb-u-boot.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imx7d-sdb-u-boot.dtsi b/arch/arm/dts/imx7d-sdb-u-boot.dtsi index e4a27b8dd5a..b5777304230 100644 --- a/arch/arm/dts/imx7d-sdb-u-boot.dtsi +++ b/arch/arm/dts/imx7d-sdb-u-boot.dtsi @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ OR MIT + #include "imx7s-u-boot.dtsi" &fec2 { |