diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 10:51:37 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 02:01:17 +0000 |
commit | 26bcee0a217fa8aa88c07e5ac9b7afb1e08aa4ca (patch) | |
tree | 634465657bb91f35cb4fb790b98613a52d3cee02 /src/mainboard/dell/snb_ivb_workstations | |
parent | e9af73d4198d9d28aa5015e8e6d514374168780e (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/dell/snb_ivb_workstations')
-rw-r--r-- | src/mainboard/dell/snb_ivb_workstations/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/dell/snb_ivb_workstations/Kconfig.name | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/dell/snb_ivb_workstations/Kconfig b/src/mainboard/dell/snb_ivb_workstations/Kconfig index bf211bbc89..a1e446ebe0 100644 --- a/src/mainboard/dell/snb_ivb_workstations/Kconfig +++ b/src/mainboard/dell/snb_ivb_workstations/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_DELL_SNB_IVB_WORKSTATIONS def_bool n select BOARD_ROMSIZE_KB_12288 diff --git a/src/mainboard/dell/snb_ivb_workstations/Kconfig.name b/src/mainboard/dell/snb_ivb_workstations/Kconfig.name index d258054539..996a0338f0 100644 --- a/src/mainboard/dell/snb_ivb_workstations/Kconfig.name +++ b/src/mainboard/dell/snb_ivb_workstations/Kconfig.name @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_DELL_OPTIPLEX_9010 bool "OptiPlex 9010 SFF" |