diff options
Diffstat (limited to 'src/superio/nsc/common')
-rw-r--r-- | src/superio/nsc/common/Kconfig | 1 | ||||
-rw-r--r-- | src/superio/nsc/common/early_serial.c | 1 | ||||
-rw-r--r-- | src/superio/nsc/common/nsc.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/superio/nsc/common/Kconfig b/src/superio/nsc/common/Kconfig index 9b03b717ae..41e66d86cb 100644 --- a/src/superio/nsc/common/Kconfig +++ b/src/superio/nsc/common/Kconfig @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. # Generic NSC romstage driver - Just enough UART initialisation code for # pre-ram. diff --git a/src/superio/nsc/common/early_serial.c b/src/superio/nsc/common/early_serial.c index d91492056e..ba86e8419f 100644 --- a/src/superio/nsc/common/early_serial.c +++ b/src/superio/nsc/common/early_serial.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* This file is part of the coreboot project. */ #include <device/pnp_ops.h> #include <device/pnp_def.h> diff --git a/src/superio/nsc/common/nsc.h b/src/superio/nsc/common/nsc.h index a4e438e8e0..f135e4e281 100644 --- a/src/superio/nsc/common/nsc.h +++ b/src/superio/nsc/common/nsc.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* This file is part of the coreboot project. */ #ifndef SUPERIO_NSC_COMMON_PRE_RAM_H #define SUPERIO_NSC_COMMON_PRE_RAM_H |