aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-10-05 05:16:19 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-10-05 05:16:19 +0000
commit2e90c1daa07501f055a2a52107b9c99948eef4f8 (patch)
tree1d93fe7896b52dadbdd28c5b7b0619aee5799e4e /src/arch/ppc
parent5b3b9aa5de84d4d564fb2c887f615a0953c945e9 (diff)
no hardcoded addresses!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1196 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc')
-rw-r--r--src/arch/ppc/include/arch/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/ppc/include/arch/io.h b/src/arch/ppc/include/arch/io.h
index bc68239a83..ec98a21677 100644
--- a/src/arch/ppc/include/arch/io.h
+++ b/src/arch/ppc/include/arch/io.h
@@ -20,7 +20,7 @@
#define PREP_ISA_MEM_BASE 0xc0000000
#define PREP_PCI_DRAM_OFFSET 0x80000000
-#define _IO_BASE 0xfe000000
+#define _IO_BASE 0
#define readb(addr) in_8((volatile uint8_t *)(addr))
#define writeb(b,addr) out_8((volatile uint8_t *)(addr), (b))