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/e6400 | |
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/e6400')
-rw-r--r-- | src/mainboard/dell/e6400/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/dell/e6400/Kconfig.name | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/dell/e6400/Kconfig b/src/mainboard/dell/e6400/Kconfig index 034de4be2b..417d95fd5d 100644 --- a/src/mainboard/dell/e6400/Kconfig +++ b/src/mainboard/dell/e6400/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if BOARD_DELL_E6400 config BOARD_SPECIFIC_OPTIONS diff --git a/src/mainboard/dell/e6400/Kconfig.name b/src/mainboard/dell/e6400/Kconfig.name index c500f96f5f..aefe777109 100644 --- a/src/mainboard/dell/e6400/Kconfig.name +++ b/src/mainboard/dell/e6400/Kconfig.name @@ -1,2 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_DELL_E6400 bool "Latitude E6400" |