summaryrefslogtreecommitdiff
path: root/src/vendorcode/eltan
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-05-29 00:01:27 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-06-01 17:01:13 +0000
commitd49690bbe87134a67dc9efab11eadc96944fa15f (patch)
treee77090c014f0921189b728df6f411612f22f08db /src/vendorcode/eltan
parent4b975bb79fb438c4451eda88a2fcf1c09e074a00 (diff)
downloadcoreboot-d49690bbe87134a67dc9efab11eadc96944fa15f.tar.xz
src: Fix up ##-commented SPDX headers
Delete leading empty comment lines. Change-Id: If1c5f568af3290c329d22dfc054d10d01c079065 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41833 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/vendorcode/eltan')
-rw-r--r--src/vendorcode/eltan/security/Kconfig2
-rw-r--r--src/vendorcode/eltan/security/Makefile.inc2
-rw-r--r--src/vendorcode/eltan/security/mboot/Kconfig2
-rw-r--r--src/vendorcode/eltan/security/mboot/Makefile.inc3
-rw-r--r--src/vendorcode/eltan/security/verified_boot/Kconfig2
-rw-r--r--src/vendorcode/eltan/security/verified_boot/Makefile.inc3
6 files changed, 0 insertions, 14 deletions
diff --git a/src/vendorcode/eltan/security/Kconfig b/src/vendorcode/eltan/security/Kconfig
index 45a6fba7e6..0d8d04cd84 100644
--- a/src/vendorcode/eltan/security/Kconfig
+++ b/src/vendorcode/eltan/security/Kconfig
@@ -1,5 +1,3 @@
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
config USE_VENDORCODE_ELTAN
diff --git a/src/vendorcode/eltan/security/Makefile.inc b/src/vendorcode/eltan/security/Makefile.inc
index d9c40efb56..7db68c87c9 100644
--- a/src/vendorcode/eltan/security/Makefile.inc
+++ b/src/vendorcode/eltan/security/Makefile.inc
@@ -1,5 +1,3 @@
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
subdirs-y += verified_boot
diff --git a/src/vendorcode/eltan/security/mboot/Kconfig b/src/vendorcode/eltan/security/mboot/Kconfig
index 9563ae0e0a..91898fc401 100644
--- a/src/vendorcode/eltan/security/mboot/Kconfig
+++ b/src/vendorcode/eltan/security/mboot/Kconfig
@@ -1,5 +1,3 @@
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
menu "Measured Boot (mboot)"
diff --git a/src/vendorcode/eltan/security/mboot/Makefile.inc b/src/vendorcode/eltan/security/mboot/Makefile.inc
index b8c60207a0..22729aff36 100644
--- a/src/vendorcode/eltan/security/mboot/Makefile.inc
+++ b/src/vendorcode/eltan/security/mboot/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),)
diff --git a/src/vendorcode/eltan/security/verified_boot/Kconfig b/src/vendorcode/eltan/security/verified_boot/Kconfig
index 2c29107ca1..11574dd543 100644
--- a/src/vendorcode/eltan/security/verified_boot/Kconfig
+++ b/src/vendorcode/eltan/security/verified_boot/Kconfig
@@ -1,5 +1,3 @@
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
menu "Verified Boot (verified_boot)"
diff --git a/src/vendorcode/eltan/security/verified_boot/Makefile.inc b/src/vendorcode/eltan/security/verified_boot/Makefile.inc
index 3ed4da3e11..9158760322 100644
--- a/src/vendorcode/eltan/security/verified_boot/Makefile.inc
+++ b/src/vendorcode/eltan/security/verified_boot/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),)