aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/veyron_rialto
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2015-01-15 17:00:21 -0800
committerPatrick Georgi <pgeorgi@google.com>2015-04-17 09:24:13 +0200
commitd37bc75632867e547ad4c8b1f333a1b5247c88e5 (patch)
tree0e1cff596e870c67ec2792bf36840c31fd3f354f /src/mainboard/google/veyron_rialto
parent249f9ccacbaefd2f6edf693b571de9e0f57dee18 (diff)
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 <pgeorgi@chromium.org> Original-Commit-Id: d188398704575ad2fedc2a715e609521da2332b0 Original-Change-Id: I6ce701a15a6542a615d3d81f70aa71662567d4fa Original-Signed-off-by: Julius Werner <jwerner@chromium.org> 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 <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/veyron_rialto')
-rw-r--r--src/mainboard/google/veyron_rialto/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron_rialto/board.h b/src/mainboard/google/veyron_rialto/board.h
index 7cd8da69ec..7c6fa3725e 100644
--- a/src/mainboard/google/veyron_rialto/board.h
+++ b/src/mainboard/google/veyron_rialto/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_RIALTO_BOARD_H */