summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/mistral
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/mistral')
-rw-r--r--src/mainboard/google/mistral/bootblock.c1
-rw-r--r--src/mainboard/google/mistral/chromeos.c1
-rw-r--r--src/mainboard/google/mistral/chromeos.fmd1
-rw-r--r--src/mainboard/google/mistral/devicetree.cb1
-rw-r--r--src/mainboard/google/mistral/mainboard.c1
-rw-r--r--src/mainboard/google/mistral/memlayout.ld1
-rw-r--r--src/mainboard/google/mistral/reset.c1
-rw-r--r--src/mainboard/google/mistral/romstage.c1
-rw-r--r--src/mainboard/google/mistral/verstage.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/google/mistral/bootblock.c b/src/mainboard/google/mistral/bootblock.c
index 302ef4f6a807..4327ccce45f8 100644
--- a/src/mainboard/google/mistral/bootblock.c
+++ b/src/mainboard/google/mistral/bootblock.c
@@ -1,4 +1,3 @@
-/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootblock_common.h>
diff --git a/src/mainboard/google/mistral/chromeos.c b/src/mainboard/google/mistral/chromeos.c
index ce0d0c3fb815..c827c7d13dbd 100644
--- a/src/mainboard/google/mistral/chromeos.c
+++ b/src/mainboard/google/mistral/chromeos.c
@@ -1,4 +1,3 @@
-/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-only */
#include <boot/coreboot_tables.h>
diff --git a/src/mainboard/google/mistral/chromeos.fmd b/src/mainboard/google/mistral/chromeos.fmd
index 1a60feb05d9d..ccdfbde006bb 100644
--- a/src/mainboard/google/mistral/chromeos.fmd
+++ b/src/mainboard/google/mistral/chromeos.fmd
@@ -1,4 +1,3 @@
-## This file is part of the coreboot project.
## SPDX-License-Identifier: GPL-2.0-only
FLASH@0x0 8M {
diff --git a/src/mainboard/google/mistral/devicetree.cb b/src/mainboard/google/mistral/devicetree.cb
index fe1fd764632c..bf7ad2e98eec 100644
--- a/src/mainboard/google/mistral/devicetree.cb
+++ b/src/mainboard/google/mistral/devicetree.cb
@@ -1,4 +1,3 @@
-## This file is part of the coreboot project.
## SPDX-License-Identifier: GPL-2.0-only
chip soc/qualcomm/qcs405
diff --git a/src/mainboard/google/mistral/mainboard.c b/src/mainboard/google/mistral/mainboard.c
index f85353086a53..e0cd75d8c38c 100644
--- a/src/mainboard/google/mistral/mainboard.c
+++ b/src/mainboard/google/mistral/mainboard.c
@@ -1,4 +1,3 @@
-/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-only */
#include <device/device.h>
diff --git a/src/mainboard/google/mistral/memlayout.ld b/src/mainboard/google/mistral/memlayout.ld
index e2e5f1592975..0f1fcec9a061 100644
--- a/src/mainboard/google/mistral/memlayout.ld
+++ b/src/mainboard/google/mistral/memlayout.ld
@@ -1,4 +1,3 @@
-/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-only */
#include <soc/memlayout.ld>
diff --git a/src/mainboard/google/mistral/reset.c b/src/mainboard/google/mistral/reset.c
index bd11436f118e..446090d3e224 100644
--- a/src/mainboard/google/mistral/reset.c
+++ b/src/mainboard/google/mistral/reset.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/mmio.h>
#include <reset.h>
diff --git a/src/mainboard/google/mistral/romstage.c b/src/mainboard/google/mistral/romstage.c
index 1da791b483db..1816dafc4aa4 100644
--- a/src/mainboard/google/mistral/romstage.c
+++ b/src/mainboard/google/mistral/romstage.c
@@ -1,4 +1,3 @@
-/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/stages.h>
diff --git a/src/mainboard/google/mistral/verstage.c b/src/mainboard/google/mistral/verstage.c
index 9cb59177e80c..ba6c1ff267ea 100644
--- a/src/mainboard/google/mistral/verstage.c
+++ b/src/mainboard/google/mistral/verstage.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/vboot/vboot_common.h>