diff options
Diffstat (limited to 'src/mainboard/google/jecht/spd')
-rw-r--r-- | src/mainboard/google/jecht/spd/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/google/jecht/spd/spd.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/jecht/spd/spd.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/jecht/spd/Makefile.inc b/src/mainboard/google/jecht/spd/Makefile.inc index e3b4cfdfc2..e4f1f10097 100644 --- a/src/mainboard/google/jecht/spd/Makefile.inc +++ b/src/mainboard/google/jecht/spd/Makefile.inc @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/mainboard/google/jecht/spd/spd.c b/src/mainboard/google/jecht/spd/spd.c index 3d8758d493..911cf604be 100644 --- a/src/mainboard/google/jecht/spd/spd.c +++ b/src/mainboard/google/jecht/spd/spd.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <soc/pei_data.h> #include <mainboard/google/jecht/spd/spd.h> diff --git a/src/mainboard/google/jecht/spd/spd.h b/src/mainboard/google/jecht/spd/spd.h index 4a0fbb4ce9..5ebd8c233a 100644 --- a/src/mainboard/google/jecht/spd/spd.h +++ b/src/mainboard/google/jecht/spd/spd.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef MAINBOARD_SPD_H #define MAINBOARD_SPD_H |