From d37bc75632867e547ad4c8b1f333a1b5247c88e5 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Thu, 15 Jan 2015 17:00:21 -0800 Subject: veyron: move setup_chromeos_gpios() prototype to board.h I always had that TODO comment in there but I had already forgotten what I even meant by it. It's really just a simple cleanup... this function is (currently) veyron-specific and doesn't belong in common code. BRANCH=veyron BUG=None TEST=Booted Jerry. Change-Id: Iccd6130c90e67b8ee905e188857c99deda966f14 Signed-off-by: Patrick Georgi Original-Commit-Id: d188398704575ad2fedc2a715e609521da2332b0 Original-Change-Id: I6ce701a15a6542a615d3d81f70aa71662567d4fa Original-Signed-off-by: Julius Werner Original-Reviewed-on: https://chromium-review.googlesource.com/241190 Reviewed-on: http://review.coreboot.org/9733 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/google/veyron_brain/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/veyron_brain') diff --git a/src/mainboard/google/veyron_brain/board.h b/src/mainboard/google/veyron_brain/board.h index 96159d41e8..6e6a62c834 100644 --- a/src/mainboard/google/veyron_brain/board.h +++ b/src/mainboard/google/veyron_brain/board.h @@ -25,6 +25,6 @@ #define GPIO_RESET GPIO(0, B, 5) -/* TODO: move setup_chromeos_gpios() here once bootblock code is in mainboard */ +void setup_chromeos_gpios(void); #endif /* __MAINBOARD_GOOGLE_VEYRON_BRAIN_BOARD_H */ -- cgit v1.2.3