summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-01 13:34:54 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-04 14:58:51 +0000
commita019524d35f92725b527ebc10f02d2738b803a61 (patch)
tree4e2d0d34122112c6eec19739fbbdff5327b4009a /src/southbridge/intel/bd82x6x/Makefile.inc
parent3ef916fa1bdf83e912c01019083137cc41672c3c (diff)
downloadcoreboot-a019524d35f92725b527ebc10f02d2738b803a61.tar.gz
coreboot-a019524d35f92725b527ebc10f02d2738b803a61.tar.bz2
coreboot-a019524d35f92725b527ebc10f02d2738b803a61.zip
sb/intel/bd82x6x: Use SPDX headers
Tested with BUILD_TIMELESS=1, Asus P8Z77-V LX2 remains identical. Change-Id: I08b4f5f53e493371848f588e6976d349e56b0620 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40019 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/bd82x6x/Makefile.inc')
-rw-r--r--src/southbridge/intel/bd82x6x/Makefile.inc13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/southbridge/intel/bd82x6x/Makefile.inc b/src/southbridge/intel/bd82x6x/Makefile.inc
index 15ff98d38639..ca4ac749f7eb 100644
--- a/src/southbridge/intel/bd82x6x/Makefile.inc
+++ b/src/southbridge/intel/bd82x6x/Makefile.inc
@@ -1,16 +1,5 @@
-##
+## SPDX-License-Identifier: GPL-2.0-only
## 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.
-##
ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_C216)$(CONFIG_SOUTHBRIDGE_INTEL_BD82X6X),y)