summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/rk3399/bootblock.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-04 18:51:23 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 13:41:57 +0000
commitbbc99cfe36d1ba25f03115f390a497d3001bdef0 (patch)
tree6120d8d50e7eb550d222e8f6eae7b0f67d7320f1 /src/soc/rockchip/rk3399/bootblock.c
parent1ddb894e69d71c9d1046466cbb58b2e329f92c6d (diff)
downloadcoreboot-bbc99cfe36d1ba25f03115f390a497d3001bdef0.tar.gz
coreboot-bbc99cfe36d1ba25f03115f390a497d3001bdef0.tar.bz2
coreboot-bbc99cfe36d1ba25f03115f390a497d3001bdef0.zip
soc/rockchip: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I773cc57197b29fd3f4522aece4c83b3dc9e646e0 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40135 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/rockchip/rk3399/bootblock.c')
-rw-r--r--src/soc/rockchip/rk3399/bootblock.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/soc/rockchip/rk3399/bootblock.c b/src/soc/rockchip/rk3399/bootblock.c
index ebad1e2b8571..e6601cc410d8 100644
--- a/src/soc/rockchip/rk3399/bootblock.c
+++ b/src/soc/rockchip/rk3399/bootblock.c
@@ -1,16 +1,5 @@
-/*
- * This file is part of the coreboot project.
- *
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that 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.
- */
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
#include <device/mmio.h>
#include <bootblock_common.h>