From c75eba3b4140187cd0d9bd8049f5df4c49b6889b Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 1 Dec 2005 02:15:07 +0100 Subject: Fix U-Boot compilation for MIPS boards using ELDK 4.0 --- common/cmd_ide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 #ifdef __MIPS__ /* Macros depend on this variable */ -static unsigned long mips_io_port_base = 0; +unsigned long mips_io_port_base = 0; #endif #endif -- cgit v1.1