From e603a90045c2278adef308c85c2807dde38fa1b2 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 30 Aug 2016 17:31:43 -0500 Subject: mainboard/google/reef: drop proto gpio support Many changes make proto boards very hard to work with since proto boards were using A stepping processors. Everyone has moved on. Therefore, drop non-proto support. BUG=chrome-os-partner:56791 Change-Id: I2985e3965b1b69445e22506bd664b4cbca13c8ab Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/16377 Reviewed-by: Duncan Laurie Tested-by: build bot (Jenkins) --- src/mainboard/google/reef/mainboard.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mainboard/google/reef/mainboard.c') diff --git a/src/mainboard/google/reef/mainboard.c b/src/mainboard/google/reef/mainboard.c index 0c4ba8dc23..92e5609b91 100644 --- a/src/mainboard/google/reef/mainboard.c +++ b/src/mainboard/google/reef/mainboard.c @@ -33,14 +33,6 @@ static void mainboard_init(void *chip_info) gpio_configure_pads(gpio_table, ARRAY_SIZE(gpio_table)); - /* Apply proto board settings if board matches. */ - if (boardid == 0) - gpio_configure_pads(proto_diff_table, - ARRAY_SIZE(proto_diff_table)); - else - gpio_configure_pads(nonproto_diff_table, - ARRAY_SIZE(nonproto_diff_table)); - mainboard_ec_init(); } -- cgit v1.2.3