Fix U-Boot compilation for MIPS boards using ELDK 4.0

This commit is contained in:
Wolfgang Denk
2005-12-01 02:15:07 +01:00
parent 4a86d779ff
commit c75eba3b41
5 changed files with 29 additions and 26 deletions

View File

@@ -49,7 +49,7 @@
#include <asm/io.h>
#ifdef __MIPS__
/* Macros depend on this variable */
static unsigned long mips_io_port_base = 0;
unsigned long mips_io_port_base = 0;
#endif
#endif