summaryrefslogtreecommitdiff
path: root/src/mainboard/up
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-02-16 11:02:19 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 02:03:13 +0000
commit9712f10f75d044343bb6538a0c49c3a8a46732c3 (patch)
tree220f43e2e2f6fbf008e4a6cef3a0c75469ff1f37 /src/mainboard/up
parent39065ef5f7f830044a6f499fb2b5be40787ee8ae (diff)
mb/samsung to mb/up: Add SPDX license headers to Kconfig files
Change-Id: Ied455ff29b151fb5f4bca26a189b1d4104d8cede Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80595 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/up')
-rw-r--r--src/mainboard/up/Kconfig2
-rw-r--r--src/mainboard/up/Kconfig.name2
-rw-r--r--src/mainboard/up/squared/Kconfig2
-rw-r--r--src/mainboard/up/squared/Kconfig.name2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/up/Kconfig b/src/mainboard/up/Kconfig
index fdb3e71a5b..cf257422c7 100644
--- a/src/mainboard/up/Kconfig
+++ b/src/mainboard/up/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if VENDOR_UP
choice
diff --git a/src/mainboard/up/Kconfig.name b/src/mainboard/up/Kconfig.name
index ef694d30f9..cc35e01c08 100644
--- a/src/mainboard/up/Kconfig.name
+++ b/src/mainboard/up/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config VENDOR_UP
bool "UP"
diff --git a/src/mainboard/up/squared/Kconfig b/src/mainboard/up/squared/Kconfig
index 91b1cbb5df..ca8eef07b1 100644
--- a/src/mainboard/up/squared/Kconfig
+++ b/src/mainboard/up/squared/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_UP_SQUARED
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/up/squared/Kconfig.name b/src/mainboard/up/squared/Kconfig.name
index 4d6a59bb7c..372961e1c5 100644
--- a/src/mainboard/up/squared/Kconfig.name
+++ b/src/mainboard/up/squared/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_UP_SQUARED
bool "Squared"