diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-09-28 15:22:10 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-28 15:22:10 +0900 |
commit | fe1dbfd3f992d5432d7463a5bd6c2fc96d3eccd8 (patch) | |
tree | 0f8f4b9f5d6ebfb99b0764e91131f7c39eced13c /arch/sh/boards/board-magicpanelr2.c | |
parent | 421f7a5dbdd1720c718eed187c46cf202529cf7d (diff) | |
download | linux-fe1dbfd3f992d5432d7463a5bd6c2fc96d3eccd8.tar.gz linux-fe1dbfd3f992d5432d7463a5bd6c2fc96d3eccd8.tar.bz2 linux-fe1dbfd3f992d5432d7463a5bd6c2fc96d3eccd8.zip |
sh: magicpanelr2 and dreamcast can use the generic I/O base.
There is now no need for the magicpanelr2 and dreamcast platforms to set
their own I/O port bas values, given that the generic machvec code now
sets this to P2SEG for everyone.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/board-magicpanelr2.c')
-rw-r--r-- | arch/sh/boards/board-magicpanelr2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/boards/board-magicpanelr2.c b/arch/sh/boards/board-magicpanelr2.c index 0a37c8bfc959..99ffc5f1c0dd 100644 --- a/arch/sh/boards/board-magicpanelr2.c +++ b/arch/sh/boards/board-magicpanelr2.c @@ -205,8 +205,6 @@ static void __init setup_port_multiplexing(void) static void __init mpr2_setup(char **cmdline_p) { - __set_io_port_base(0xa0000000); - /* set Pin Select Register A: * /PCC_CD1, /PCC_CD2, PCC_BVD1, PCC_BVD2, * /IOIS16, IRQ4, IRQ5, USB1d_SUSPEND |