diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-24 10:31:02 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-25 09:06:37 +0000 |
commit | 2266b339352734052ffb69fed1c7e99c912b8df9 (patch) | |
tree | 1124ddfeeaba1e11a62698ffabc6a54c482da83d /src/lib | |
parent | d2c57f2a0cdc3f07c2de278dfa4ae06bfb95f7bc (diff) |
src/lib/: Remove "this file is part of" line
Change-Id: I9031dad52581e77aa56014b1fede884f2cdeb6de
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49882
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Kconfig.cbfs_verification | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/Kconfig.cbfs_verification b/src/lib/Kconfig.cbfs_verification index 4e2ed8cf01..a28df1ff6d 100644 --- a/src/lib/Kconfig.cbfs_verification +++ b/src/lib/Kconfig.cbfs_verification @@ -1,7 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later # -# This file is part of the coreboot project. -# # This file is sourced from src/security/Kconfig for menuconfig convenience. #menu "CBFS verification" # TODO: enable once it works |