summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/nvidia-jetson-tk1
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-06-11 07:35:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-11 07:35:39 +0200
commit6c1e7688df94a9d4dfebeb62266f7fc91c209d8a (patch)
tree4b106a31f4d6245ffbd6aec29c87b2d64e9e2213 /arch/arm/boards/nvidia-jetson-tk1
parent1fb15fcfe9ecb079b88df7eb01f1e29144cd8f96 (diff)
parentab749d9c7e61004e884bb74b6beaca641acd2ab7 (diff)
downloadbarebox-6c1e7688df94a9d4dfebeb62266f7fc91c209d8a.tar.gz
barebox-6c1e7688df94a9d4dfebeb62266f7fc91c209d8a.tar.xz
Merge branch 'for-next/spdx'
Diffstat (limited to 'arch/arm/boards/nvidia-jetson-tk1')
-rw-r--r--arch/arm/boards/nvidia-jetson-tk1/board.c17
-rw-r--r--arch/arm/boards/nvidia-jetson-tk1/entry.c17
2 files changed, 4 insertions, 30 deletions
diff --git a/arch/arm/boards/nvidia-jetson-tk1/board.c b/arch/arm/boards/nvidia-jetson-tk1/board.c
index 939d18419a..fca3038170 100644
--- a/arch/arm/boards/nvidia-jetson-tk1/board.c
+++ b/arch/arm/boards/nvidia-jetson-tk1/board.c
@@ -1,18 +1,5 @@
-/*
- * Copyright (C) 2014 Lucas Stach <l.stach@pengutronix.de>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
+// SPDX-License-Identifier: GPL-2.0-only
+// SPDX-FileCopyrightText: 2014 Lucas Stach <l.stach@pengutronix.de>
#include <common.h>
#include <dt-bindings/gpio/tegra-gpio.h>
diff --git a/arch/arm/boards/nvidia-jetson-tk1/entry.c b/arch/arm/boards/nvidia-jetson-tk1/entry.c
index da40f74e85..22b6c743ee 100644
--- a/arch/arm/boards/nvidia-jetson-tk1/entry.c
+++ b/arch/arm/boards/nvidia-jetson-tk1/entry.c
@@ -1,18 +1,5 @@
-/*
- * Copyright (C) 2014 Lucas Stach <l.stach@pengutronix.de>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
+// SPDX-License-Identifier: GPL-2.0-only
+// SPDX-FileCopyrightText: 2014 Lucas Stach <l.stach@pengutronix.de>
#include <common.h>
#include <mach/lowlevel.h>