Revert "Change env_get_char from a global function ptr to a function."

This reverts commit c0559be371
which is known to break booting from dataflash and NAND.
This commit is contained in:
Wolfgang Denk 2008-05-12 00:40:58 +02:00
parent 20e5ed1374
commit c9dca3c3f3
7 changed files with 14 additions and 14 deletions

View file

@ -40,6 +40,7 @@
/* U-Boot routines needed */
extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
extern uchar (*env_get_char)(int);
extern uchar *env_get_addr(int);
/*****************************************************************************