aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/parrot/chromeos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/parrot/chromeos.c')
-rw-r--r--src/mainboard/google/parrot/chromeos.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/parrot/chromeos.c b/src/mainboard/google/parrot/chromeos.c
index ae8da676b3..d60bd5381e 100644
--- a/src/mainboard/google/parrot/chromeos.c
+++ b/src/mainboard/google/parrot/chromeos.c
@@ -31,9 +31,6 @@ void fill_lb_gpios(struct lb_gpios *gpios)
u16 gen_pmcon_1 = pci_s_read_config32(dev, GEN_PMCON_1);
struct lb_gpio chromeos_gpios[] = {
- /* Write Protect: GPIO70 active high */
- {70, ACTIVE_LOW, !get_write_protect_state(), "write protect"},
-
/* Lid switch GPIO active high (open). */
{15, ACTIVE_HIGH, get_lid_switch(), "lid"},