aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos/chromeos.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-03 10:45:28 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-08 16:25:16 +0200
commite3ddee0437bbae0f0059dfb13560be731ac86e9b (patch)
tree1088545ca5ceeee1a8572375cf1fd17d9b9f7616 /src/vendorcode/google/chromeos/chromeos.h
parentff402e3aebcca0654753211cb1c46fd8aba390d0 (diff)
Rename from save_chromeos_gpios() to init_bootmode_straps()
This feature is no longer specific to ChromeOS builds. Change-Id: If27d4dc7caff8a551b5b325cdebdd05c079ec921 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5641 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/vendorcode/google/chromeos/chromeos.h')
-rw-r--r--src/vendorcode/google/chromeos/chromeos.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vendorcode/google/chromeos/chromeos.h b/src/vendorcode/google/chromeos/chromeos.h
index e501427901..88c6d867e4 100644
--- a/src/vendorcode/google/chromeos/chromeos.h
+++ b/src/vendorcode/google/chromeos/chromeos.h
@@ -26,9 +26,6 @@
/* functions implemented per mainboard: */
int get_write_protect_state(void);
-#ifdef __PRE_RAM__
-void save_chromeos_gpios(void);
-#endif
/* functions implemented in vbnv.c: */
int get_recovery_mode_from_vbnv(void);