summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-04-18 11:44:27 -0700
committerWolfgang Denk <wd@denx.de>2008-04-18 11:44:27 -0700
commit1e01477aeaf409ddb97e2633aab9cf8c9c60612e (patch)
tree85e62efbefb8e09a003da067d6a0f87d7979e5e9 /common
parent268a804d7e2fa07b64211fd2f9a9615db4539f23 (diff)
downloadblackbird-obmc-uboot-1e01477aeaf409ddb97e2633aab9cf8c9c60612e.tar.gz
blackbird-obmc-uboot-1e01477aeaf409ddb97e2633aab9cf8c9c60612e.zip
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>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 3a0c83d2d8..ae9c21bda7 100644
--- 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
OpenPOWER on IntegriCloud