diff options
Diffstat (limited to 'src/drivers/vpd')
-rw-r--r-- | src/drivers/vpd/Kconfig | 1 | ||||
-rw-r--r-- | src/drivers/vpd/vpd_premem.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/vpd/Kconfig b/src/drivers/vpd/Kconfig index 88a4dcf7ff..a4f9c1808f 100644 --- a/src/drivers/vpd/Kconfig +++ b/src/drivers/vpd/Kconfig @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/drivers/vpd/vpd_premem.c b/src/drivers/vpd/vpd_premem.c index e5e9db9685..641bf898df 100644 --- a/src/drivers/vpd/vpd_premem.c +++ b/src/drivers/vpd/vpd_premem.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <string.h> |