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>
This commit is contained in:
parent
bde5558e54
commit
caea806499
|
@ -34,9 +34,6 @@ config BOARD_GOOGLE_SAND
|
||||||
config BOARD_GOOGLE_SNAPPY
|
config BOARD_GOOGLE_SNAPPY
|
||||||
select BOARD_GOOGLE_BASEBOARD_REEF
|
select BOARD_GOOGLE_BASEBOARD_REEF
|
||||||
|
|
||||||
config BOARD_GOOGLE_NASHER
|
|
||||||
select BOARD_GOOGLE_BASEBOARD_REEF
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_CORAL
|
config BOARD_GOOGLE_CORAL
|
||||||
select BOARD_GOOGLE_BASEBOARD_REEF
|
select BOARD_GOOGLE_BASEBOARD_REEF
|
||||||
|
|
||||||
|
@ -70,7 +67,6 @@ config VARIANT_DIR
|
||||||
default "pyro" if BOARD_GOOGLE_PYRO
|
default "pyro" if BOARD_GOOGLE_PYRO
|
||||||
default "sand" if BOARD_GOOGLE_SAND
|
default "sand" if BOARD_GOOGLE_SAND
|
||||||
default "snappy" if BOARD_GOOGLE_SNAPPY
|
default "snappy" if BOARD_GOOGLE_SNAPPY
|
||||||
default "nasher" if BOARD_GOOGLE_NASHER
|
|
||||||
default "coral" if BOARD_GOOGLE_CORAL
|
default "coral" if BOARD_GOOGLE_CORAL
|
||||||
|
|
||||||
config DEVICETREE
|
config DEVICETREE
|
||||||
|
@ -85,7 +81,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
default "Pyro" if BOARD_GOOGLE_PYRO
|
default "Pyro" if BOARD_GOOGLE_PYRO
|
||||||
default "Sand" if BOARD_GOOGLE_SAND
|
default "Sand" if BOARD_GOOGLE_SAND
|
||||||
default "Snappy" if BOARD_GOOGLE_SNAPPY
|
default "Snappy" if BOARD_GOOGLE_SNAPPY
|
||||||
default "Nasher" if BOARD_GOOGLE_NASHER
|
|
||||||
default "Coral" if BOARD_GOOGLE_CORAL
|
default "Coral" if BOARD_GOOGLE_CORAL
|
||||||
|
|
||||||
config MAINBOARD_FAMILY
|
config MAINBOARD_FAMILY
|
||||||
|
|
|
@ -12,8 +12,5 @@ config BOARD_GOOGLE_SAND
|
||||||
config BOARD_GOOGLE_SNAPPY
|
config BOARD_GOOGLE_SNAPPY
|
||||||
bool "-> Snappy (HP Chromebook x360 11 G1 EE)"
|
bool "-> Snappy (HP Chromebook x360 11 G1 EE)"
|
||||||
|
|
||||||
config BOARD_GOOGLE_NASHER
|
|
||||||
bool "-> Nasher"
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_CORAL
|
config BOARD_GOOGLE_CORAL
|
||||||
bool "-> Coral"
|
bool "-> Coral"
|
||||||
|
|
|
@ -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>
|
|
|
@ -1,4 +0,0 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
||||||
|
|
||||||
/* Use the one from baseboard for now */
|
|
||||||
#include <baseboard/ec.h>
|
|
|
@ -1,4 +0,0 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
||||||
|
|
||||||
/* Use the one from baseboard for now */
|
|
||||||
#include <baseboard/gpio.h>
|
|
Loading…
Reference in New Issue