commit | c75eba3b4140187cd0d9bd8049f5df4c49b6889b | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Thu Dec 01 02:15:07 2005 +0100 |
committer | Wolfgang Denk <wd@pollux.(none)> | Thu Dec 01 02:15:07 2005 +0100 |
tree | a3ee0f61898fdac05b298b23e42b784d6fe0d5e1 | |
parent | 4a86d779ff0b2bf9690e50786dece5a689ba3345 [diff] [blame] |
Fix U-Boot compilation for MIPS boards using ELDK 4.0
diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 6663dea..b67d35a 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c
@@ -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