summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/galileo-boards/ev96100.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/galileo-boards/ev96100.h')
-rw-r--r--include/asm-mips/galileo-boards/ev96100.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/galileo-boards/ev96100.h b/include/asm-mips/galileo-boards/ev96100.h
index 92a34cf7e..86f39fbdc 100644
--- a/include/asm-mips/galileo-boards/ev96100.h
+++ b/include/asm-mips/galileo-boards/ev96100.h
@@ -36,8 +36,8 @@
/*
* EV96100 UART register base.
*/
-#define EV96100_UART0_REGS_BASE (KSEG1ADDR(EV96100_COM1_BASE_ADDR))
-#define EV96100_UART1_REGS_BASE (KSEG1ADDR(EV96100_COM2_BASE_ADDR))
+#define EV96100_UART0_REGS_BASE EV96100_COM1_BASE_ADDR
+#define EV96100_UART1_REGS_BASE EV96100_COM2_BASE_ADDR
#define EV96100_BASE_BAUD ( 3686400 / 16 )