aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/libretrend
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/libretrend')
-rw-r--r--src/mainboard/libretrend/lt1000/Makefile.inc1
-rw-r--r--src/mainboard/libretrend/lt1000/bootblock.c1
-rw-r--r--src/mainboard/libretrend/lt1000/dsdt.asl1
-rw-r--r--src/mainboard/libretrend/lt1000/gma-mainboard.ads1
-rw-r--r--src/mainboard/libretrend/lt1000/gpio.h1
-rw-r--r--src/mainboard/libretrend/lt1000/ramstage.c1
-rw-r--r--src/mainboard/libretrend/lt1000/romstage.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/libretrend/lt1000/Makefile.inc b/src/mainboard/libretrend/lt1000/Makefile.inc
index cab4a5e194..0a460f230b 100644
--- a/src/mainboard/libretrend/lt1000/Makefile.inc
+++ b/src/mainboard/libretrend/lt1000/Makefile.inc
@@ -1,5 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-or-later
-## This file is part of the coreboot project.
bootblock-y += bootblock.c
diff --git a/src/mainboard/libretrend/lt1000/bootblock.c b/src/mainboard/libretrend/lt1000/bootblock.c
index bc85deca9b..7756b04f92 100644
--- a/src/mainboard/libretrend/lt1000/bootblock.c
+++ b/src/mainboard/libretrend/lt1000/bootblock.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <bootblock_common.h>
#include <superio/ite/common/ite.h>
diff --git a/src/mainboard/libretrend/lt1000/dsdt.asl b/src/mainboard/libretrend/lt1000/dsdt.asl
index 77b1afe7f9..5b3a5dfc8d 100644
--- a/src/mainboard/libretrend/lt1000/dsdt.asl
+++ b/src/mainboard/libretrend/lt1000/dsdt.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <acpi/acpi.h>
DefinitionBlock(
diff --git a/src/mainboard/libretrend/lt1000/gma-mainboard.ads b/src/mainboard/libretrend/lt1000/gma-mainboard.ads
index 210ea288b8..67e0e7acf1 100644
--- a/src/mainboard/libretrend/lt1000/gma-mainboard.ads
+++ b/src/mainboard/libretrend/lt1000/gma-mainboard.ads
@@ -1,5 +1,4 @@
-- SPDX-License-Identifier: GPL-2.0-or-later
--- This file is part of the coreboot project.
with HW.GFX.GMA;
with HW.GFX.GMA.Display_Probing;
diff --git a/src/mainboard/libretrend/lt1000/gpio.h b/src/mainboard/libretrend/lt1000/gpio.h
index d937ae5945..fde917efd9 100644
--- a/src/mainboard/libretrend/lt1000/gpio.h
+++ b/src/mainboard/libretrend/lt1000/gpio.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef LT1000_GPIO_H
#define LT1000_GPIO_H
diff --git a/src/mainboard/libretrend/lt1000/ramstage.c b/src/mainboard/libretrend/lt1000/ramstage.c
index e9eb80afa2..ff5de19fcb 100644
--- a/src/mainboard/libretrend/lt1000/ramstage.c
+++ b/src/mainboard/libretrend/lt1000/ramstage.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <soc/ramstage.h>
diff --git a/src/mainboard/libretrend/lt1000/romstage.c b/src/mainboard/libretrend/lt1000/romstage.c
index 510038b3b7..a0212a25ee 100644
--- a/src/mainboard/libretrend/lt1000/romstage.c
+++ b/src/mainboard/libretrend/lt1000/romstage.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <soc/romstage.h>
#include <spd_bin.h>