summaryrefslogtreecommitdiffstats
path: root/src/soc/example/min86
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-08-04 19:53:00 -0600
committerMartin L Roth <gaumless@gmail.com>2022-08-11 17:52:19 +0000
commitc0f85e7a181fe836518a970073b4285f30f9c7a9 (patch)
tree2f73d55aa0a38cc62fbb7fcb24f199c48735d142 /src/soc/example/min86
parent9f6e25d6b0d53e23c8abf27ac0bc41d6f15f1e49 (diff)
downloadcoreboot-c0f85e7a181fe836518a970073b4285f30f9c7a9.tar.gz
coreboot-c0f85e7a181fe836518a970073b4285f30f9c7a9.tar.bz2
coreboot-c0f85e7a181fe836518a970073b4285f30f9c7a9.zip
src/mb: Add SPDX identifiers to files missing them
This adds SPDX identifiers to the remaining source files in the mainboard directory that don't already have them. Change-Id: I1adc204624f3ab6fcafd8fbb239e6d69e057973a Signed-off-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66498 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/soc/example/min86')
-rw-r--r--src/soc/example/min86/chip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/example/min86/chip.c b/src/soc/example/min86/chip.c
index dd09891e3c21..38ce07202347 100644
--- a/src/soc/example/min86/chip.c
+++ b/src/soc/example/min86/chip.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#include <device/device.h>
struct chip_operations soc_example_min86_ops = { NULL };