commit | 65febe6c12e422fc9bbd9cb2ce9133d665e5966e | [log] [tgz] |
---|---|---|
author | Jason Hobbs <jason.hobbs@calxeda.com> | Tue Aug 23 11:06:50 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 17 22:25:33 2011 +0200 |
tree | 9c506e87295da352ee2e7d55f236c911ff42829d | |
parent | 0685d821a63e6a739f24c77af8c8f9f4ca9f26d6 [diff] [blame] |
common, menu: use abortboot for menu timeout Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
diff --git a/include/common.h b/include/common.h index a55600b..f9fea08 100644 --- a/include/common.h +++ b/include/common.h
@@ -260,6 +260,9 @@ int parse_line (char *, char *[]); void init_cmd_timeout(void); void reset_cmd_timeout(void); +#ifdef CONFIG_MENU +int abortboot(int bootdelay); +#endif /* arch/$(ARCH)/lib/board.c */ void board_init_f (ulong) __attribute__ ((noreturn));