summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/tsc_freq.c
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2020-04-18 22:26:39 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-04-20 06:33:29 +0000
commit4a8cd72c054381125fd2ca14cf47d1c9be79254f (patch)
tree74482cd70b1ad1534a0ac88560ed54344bf2d8d5 /src/soc/amd/picasso/tsc_freq.c
parent6f48df1debfefe378f5b59dbbbe65367118f7a80 (diff)
downloadcoreboot-4a8cd72c054381125fd2ca14cf47d1c9be79254f.tar.xz
soc/amd: replace remaining license headers with SPDX ones
Change-Id: Ib45e93faebc2d24389f8739911419dfec437bd59 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40505 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso/tsc_freq.c')
-rw-r--r--src/soc/amd/picasso/tsc_freq.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/soc/amd/picasso/tsc_freq.c b/src/soc/amd/picasso/tsc_freq.c
index dd786e3f05..0885f78df4 100644
--- a/src/soc/amd/picasso/tsc_freq.c
+++ b/src/soc/amd/picasso/tsc_freq.c
@@ -1,17 +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; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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-or-later */
+/* This file is part of the coreboot project. */
#include <cpu/x86/msr.h>
#include <cpu/amd/msr.h>