aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/peach_pit/memory.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 13:22:27 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 13:52:29 +0000
commitcc98db367c68a889c9b0aa8fff0ac3ffd31449fa (patch)
treed57eaf0d510cfd33424810b69e40afdcc6394e52 /src/mainboard/google/peach_pit/memory.c
parent141402dfc7209a9e0d379360d00d749d687f2ae2 (diff)
mb/google/peach_pit: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: Ie27b19e2a15855def11e366a86e43776ceb71083 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40189 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/google/peach_pit/memory.c')
-rw-r--r--src/mainboard/google/peach_pit/memory.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/google/peach_pit/memory.c b/src/mainboard/google/peach_pit/memory.c
index d4f0d70d95..8dcce66d3a 100644
--- a/src/mainboard/google/peach_pit/memory.c
+++ b/src/mainboard/google/peach_pit/memory.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 <soc/clk.h>
#include <soc/dmc.h>