diff options
Diffstat (limited to 'src/ec/51nb/npce985la0dx')
-rw-r--r-- | src/ec/51nb/npce985la0dx/Kconfig | 1 | ||||
-rw-r--r-- | src/ec/51nb/npce985la0dx/Makefile.inc | 1 | ||||
-rw-r--r-- | src/ec/51nb/npce985la0dx/npce985la0dx.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/ec/51nb/npce985la0dx/Kconfig b/src/ec/51nb/npce985la0dx/Kconfig index caa5624ab9..a5e089db2f 100644 --- a/src/ec/51nb/npce985la0dx/Kconfig +++ b/src/ec/51nb/npce985la0dx/Kconfig @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# This file is part of the coreboot project. config EC_51NB_NPCE985LA0DX bool diff --git a/src/ec/51nb/npce985la0dx/Makefile.inc b/src/ec/51nb/npce985la0dx/Makefile.inc index 810b324b8a..81f0694561 100644 --- a/src/ec/51nb/npce985la0dx/Makefile.inc +++ b/src/ec/51nb/npce985la0dx/Makefile.inc @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# This file is part of the coreboot project. ifeq ($(CONFIG_EC_51NB_NPCE985LA0DX),y) diff --git a/src/ec/51nb/npce985la0dx/npce985la0dx.c b/src/ec/51nb/npce985la0dx/npce985la0dx.c index 0e0fcd1b90..f435d3222e 100644 --- a/src/ec/51nb/npce985la0dx/npce985la0dx.c +++ b/src/ec/51nb/npce985la0dx/npce985la0dx.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* This file is part of the coreboot project. */ #include <device/pnp.h> |