mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
Fix build breakage casued by commit c0559be371b2
Change env_get_char from a global function ptr to a function. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
268a804d7e
commit
1e01477aea
@ -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[]);
|
int do_bootelf (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_ARTOS) && defined(CONFIG_PPC)
|
#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;
|
static boot_os_fn do_bootm_artos;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user