projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
268a804
)
Fix build breakage casued by commit c0559be371b2
author
Wolfgang Denk
<wd@denx.de>
Fri, 18 Apr 2008 18:44:27 +0000
(11:44 -0700)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 18 Apr 2008 18:44:27 +0000
(11:44 -0700)
Change env_get_char from a global function ptr to a function.
Signed-off-by: Wolfgang Denk <wd@denx.de>
common/cmd_bootm.c
patch
|
blob
|
history
diff --git
a/common/cmd_bootm.c
b/common/cmd_bootm.c
index 3a0c83d2d805c8ce1fb8edbfa09881f3a0539ef9..ae9c21bda7fb9b20ec450c5aaa20222aa01f46ff 100644
(file)
--- a/
common/cmd_bootm.c
+++ b/
common/cmd_bootm.c
@@
-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