]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix build breakage casued by commit c0559be371b2
authorWolfgang Denk <wd@denx.de>
Fri, 18 Apr 2008 18:44:27 +0000 (11:44 -0700)
committerWolfgang 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

index 3a0c83d2d805c8ce1fb8edbfa09881f3a0539ef9..ae9c21bda7fb9b20ec450c5aaa20222aa01f46ff 100644 (file)
@@ -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