diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-04-18 11:44:27 -0700 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-04-18 11:44:27 -0700 | 
| commit | 1e01477aeaf409ddb97e2633aab9cf8c9c60612e (patch) | |
| tree | 85e62efbefb8e09a003da067d6a0f87d7979e5e9 /common/cmd_bootm.c | |
| parent | 268a804d7e2fa07b64211fd2f9a9615db4539f23 (diff) | |
| download | olio-uboot-2014.01-1e01477aeaf409ddb97e2633aab9cf8c9c60612e.tar.xz olio-uboot-2014.01-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/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 3a0c83d2d..ae9c21bda 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 |