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/menu.h b/include/menu.h index d47e1a0..cf14a9c 100644 --- a/include/menu.h +++ b/include/menu.h
@@ -20,7 +20,7 @@ struct menu; -struct menu *menu_create(char *title, int prompt, +struct menu *menu_create(char *title, int timeout, int prompt, void (*item_data_print)(void *)); int menu_default_set(struct menu *m, char *item_key); int menu_get_choice(struct menu *m, void **choice);