diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2022-02-04 17:20:45 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2022-02-10 21:19:01 +0000 |
commit | caea80649967b499a5dc2b8278d36c6eb15dec74 (patch) | |
tree | 30f7efe5088b712474daf02912e6ec6a35d023eb /src/mainboard/google/reef/variants | |
parent | bde5558e54f1114ec0f6cab8c4ee9ff14bb076b1 (diff) |
mb/google/reef: drop nasher variant
Release firmware on Nasher/Nasher360 are built as coral
sub-variants; remove the old/unused code
Change-Id: Ie8d10a31e663230b7deabf92e1c06cd991bbdccb
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61686
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/google/reef/variants')
3 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/google/reef/variants/nasher/include/variant/acpi/dptf.asl b/src/mainboard/google/reef/variants/nasher/include/variant/acpi/dptf.asl deleted file mode 100644 index a97421ed16..0000000000 --- a/src/mainboard/google/reef/variants/nasher/include/variant/acpi/dptf.asl +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -/* Use the one from baseboard for now until the real testing is done. */ -#include <baseboard/acpi/dptf.asl> diff --git a/src/mainboard/google/reef/variants/nasher/include/variant/ec.h b/src/mainboard/google/reef/variants/nasher/include/variant/ec.h deleted file mode 100644 index 21f78d2147..0000000000 --- a/src/mainboard/google/reef/variants/nasher/include/variant/ec.h +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -/* Use the one from baseboard for now */ -#include <baseboard/ec.h> diff --git a/src/mainboard/google/reef/variants/nasher/include/variant/gpio.h b/src/mainboard/google/reef/variants/nasher/include/variant/gpio.h deleted file mode 100644 index 0d47fa74b1..0000000000 --- a/src/mainboard/google/reef/variants/nasher/include/variant/gpio.h +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -/* Use the one from baseboard for now */ -#include <baseboard/gpio.h> |