summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-ebsa110/hardware.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-ebsa110/hardware.h')
-rw-r--r--include/asm-arm/arch-ebsa110/hardware.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-arm/arch-ebsa110/hardware.h b/include/asm-arm/arch-ebsa110/hardware.h
index 61ac7492e..e502b0fc6 100644
--- a/include/asm-arm/arch-ebsa110/hardware.h
+++ b/include/asm-arm/arch-ebsa110/hardware.h
@@ -28,9 +28,8 @@
/*
* Mapping areas
*/
-#define IO_END 0xffffffff
#define IO_BASE 0xe0000000
-#define IO_SIZE (IO_END - IO_BASE)
+#define IO_SIZE 0x20000000
#define IO_START 0xe0000000
/*
@@ -39,7 +38,7 @@
#define MAPTOPHYS(a) ((unsigned long)(a) - PAGE_OFFSET)
#define KERNTOPHYS(a) ((unsigned long)(&a))
#define KERNEL_BASE (0xc0008000)
-#define SAFE_ADDR 0x40000000
+#define FLUSH_BASE_PHYS 0x40000000
#else