summaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/sd.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 15:46:38 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 19:12:26 +0000
commit6bc1374e2dd4dceaf4eca6a4f271966206e3e886 (patch)
tree705044ecf144249cd316a7b21679543a7b194465 /src/soc/intel/apollolake/sd.c
parent47f26dbe1572f5b22c9e2ef01b16273395b5ea8e (diff)
downloadcoreboot-6bc1374e2dd4dceaf4eca6a4f271966206e3e886.tar.xz
soc/intel/apollolake: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I3c6daa484a4aa133ff2ad79eb2b8efa159da3523 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40208 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/intel/apollolake/sd.c')
-rw-r--r--src/soc/intel/apollolake/sd.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/soc/intel/apollolake/sd.c b/src/soc/intel/apollolake/sd.c
index 9626dccb22..68c9bcad2f 100644
--- a/src/soc/intel/apollolake/sd.c
+++ b/src/soc/intel/apollolake/sd.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 <intelblocks/sd.h>
#include "chip.h"