]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
MIPS: move mips_io_port_base out of board.c
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Apr 2014 09:11:18 +0000 (10:11 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 20 Apr 2014 11:16:42 +0000 (13:16 +0200)
commit11a932fb18a497fc1b9ad0c4c0e3c5969e455a42
tree99c128128e5d90ad04e6df89291773f03e0d6a10
parent186d8159f662e8b4964dca3ff5c87f06cf290a82
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 <paul.burton@imgtec.com>
arch/mips/lib/Makefile
arch/mips/lib/board.c
arch/mips/lib/io.c [new file with mode: 0644]