diff options
Diffstat (limited to 'src/drivers/crb')
-rw-r--r-- | src/drivers/crb/chip.h | 1 | ||||
-rw-r--r-- | src/drivers/crb/tis.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/crb/chip.h b/src/drivers/crb/chip.h index 9d31d30ff7..f0e471fd48 100644 --- a/src/drivers/crb/chip.h +++ b/src/drivers/crb/chip.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef DRIVERS_CRB_CHIP_H #define DRIVERS_CRB_CHIP_H diff --git a/src/drivers/crb/tis.c b/src/drivers/crb/tis.c index d34091121b..9d12690def 100644 --- a/src/drivers/crb/tis.c +++ b/src/drivers/crb/tis.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <console/console.h> #include <security/tpm/tis.h> |