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 <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16377 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user