Skip to content
Snippets Groups Projects
Commit 1e01477a authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix build breakage casued by commit c0559be3


    Change env_get_char from a global function ptr to a function.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 268a804d
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,6 @@ int do_bootvx (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
int do_bootelf (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
#endif
#if defined(CONFIG_ARTOS) && defined(CONFIG_PPC)
extern uchar (*env_get_char)(int); /* Returns a character from the environment */
static boot_os_fn do_bootm_artos;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment