diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 10:31:30 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 01:58:52 +0000 |
commit | 19081108390aa6a316ad5af52fd6465030cc9fe2 (patch) | |
tree | cdd5a6f37cc6ffc7f62411e12304788fcc58dfcd /src/arch/arm/armv7 | |
parent | 969b7008b2ee14b6dac9029e6a4586f770067c3c (diff) |
arch to cpu: Add SPDX license headers to Kconfig files
Change-Id: I7dd7b0b7c5fdb63fe32915b88e69313e3440b64a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80587
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/arm/armv7')
-rw-r--r-- | src/arch/arm/armv7/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/arm/armv7/Kconfig b/src/arch/arm/armv7/Kconfig index 6d5fb9ee71..b7110cf2ee 100644 --- a/src/arch/arm/armv7/Kconfig +++ b/src/arch/arm/armv7/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config ARCH_BOOTBLOCK_ARMV7 bool select ARCH_BOOTBLOCK_ARM |