summaryrefslogtreecommitdiff
path: root/src/mainboard/example/min86
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-02-16 10:51:37 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 02:01:17 +0000
commit26bcee0a217fa8aa88c07e5ac9b7afb1e08aa4ca (patch)
tree634465657bb91f35cb4fb790b98613a52d3cee02 /src/mainboard/example/min86
parente9af73d4198d9d28aa5015e8e6d514374168780e (diff)
mb/cavium to mb/foxcomm: Add SPDX license headers to Kconfig files
Change-Id: Ib100a677935cf3309a380952c35e9060e64433cb Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80591 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/example/min86')
-rw-r--r--src/mainboard/example/min86/Kconfig2
-rw-r--r--src/mainboard/example/min86/Kconfig.name2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/example/min86/Kconfig b/src/mainboard/example/min86/Kconfig
index 3a962e27f4..55873795cb 100644
--- a/src/mainboard/example/min86/Kconfig
+++ b/src/mainboard/example/min86/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_EXAMPLE_MIN86
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/example/min86/Kconfig.name b/src/mainboard/example/min86/Kconfig.name
index 33131930f5..f07c6c4511 100644
--- a/src/mainboard/example/min86/Kconfig.name
+++ b/src/mainboard/example/min86/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_EXAMPLE_MIN86
bool "Minimal x86 fake board"
help