summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/reef/variants/sand
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/reef/variants/sand')
-rw-r--r--src/mainboard/google/reef/variants/sand/include/variant/acpi/dptf.asl1
-rw-r--r--src/mainboard/google/reef/variants/sand/include/variant/ec.h1
-rw-r--r--src/mainboard/google/reef/variants/sand/include/variant/gpio.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/reef/variants/sand/include/variant/acpi/dptf.asl b/src/mainboard/google/reef/variants/sand/include/variant/acpi/dptf.asl
index 5b97dba51099..97af9d1c0fc6 100644
--- a/src/mainboard/google/reef/variants/sand/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/reef/variants/sand/include/variant/acpi/dptf.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#define DPTF_CPU_PASSIVE 83
#define DPTF_CPU_CRITICAL 99
diff --git a/src/mainboard/google/reef/variants/sand/include/variant/ec.h b/src/mainboard/google/reef/variants/sand/include/variant/ec.h
index 966e0f3fe53e..8d0105f15e8e 100644
--- a/src/mainboard/google/reef/variants/sand/include/variant/ec.h
+++ b/src/mainboard/google/reef/variants/sand/include/variant/ec.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef BASEBOARD_EC_H
#define BASEBOARD_EC_H
diff --git a/src/mainboard/google/reef/variants/sand/include/variant/gpio.h b/src/mainboard/google/reef/variants/sand/include/variant/gpio.h
index b93656173584..0d47fa74b16c 100644
--- a/src/mainboard/google/reef/variants/sand/include/variant/gpio.h
+++ b/src/mainboard/google/reef/variants/sand/include/variant/gpio.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
/* Use the one from baseboard for now */
#include <baseboard/gpio.h>