From e3ddee0437bbae0f0059dfb13560be731ac86e9b Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 3 May 2014 10:45:28 +0300 Subject: Rename from save_chromeos_gpios() to init_bootmode_straps() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This feature is no longer specific to ChromeOS builds. Change-Id: If27d4dc7caff8a551b5b325cdebdd05c079ec921 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5641 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Aaron Durbin --- src/include/bootmode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/bootmode.h') diff --git a/src/include/bootmode.h b/src/include/bootmode.h index a2c3411c0b..bec2d8081f 100644 --- a/src/include/bootmode.h +++ b/src/include/bootmode.h @@ -20,6 +20,8 @@ #ifndef __BOOTMODE_H__ #define __BOOTMODE_H__ +/* functions implemented per mainboard: */ +void init_bootmode_straps(void); int get_developer_mode_switch(void); int get_recovery_mode_switch(void); -- cgit v1.2.3