From 779653b0cbe3f634632bc4ecae1ce5df84638326 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 11 Mar 2016 22:07:15 -0700 Subject: x86: Drop all the old pin configuration code We don't need this anymore - we can use device tree and the new pinconfig driver instead. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- board/google/chromebox_panther/panther.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/google/chromebox_panther') diff --git a/board/google/chromebox_panther/panther.c b/board/google/chromebox_panther/panther.c index d492a03..e3baf88 100644 --- a/board/google/chromebox_panther/panther.c +++ b/board/google/chromebox_panther/panther.c @@ -16,7 +16,3 @@ int board_early_init_f(void) { return 0; } - -void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio) -{ -} -- cgit v1.1