From 11a932fb18a497fc1b9ad0c4c0e3c5969e455a42 Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Mon, 7 Apr 2014 10:11:18 +0100 Subject: MIPS: move mips_io_port_base out of board.c Move the definition of this variable out of arch/mips/lib/board.c in preparation for allowing use of generic board on MIPS, which will lead to this file not being compiled. Signed-off-by: Paul Burton --- arch/mips/lib/board.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'arch/mips/lib/board.c') diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c index 9e6ba15aca..317c8258de 100644 --- a/arch/mips/lib/board.c +++ b/arch/mips/lib/board.c @@ -27,12 +27,6 @@ ulong monitor_flash_len; static char *failed = "*** failed ***\n"; -/* - * mips_io_port_base is the begin of the address space to which x86 style - * I/O ports are mapped. - */ -const unsigned long mips_io_port_base = -1; - int __board_early_init_f(void) { /* -- cgit v1.2.3