diff options
Diffstat (limited to 'include/asm-arm/arch-nexuspci/hardware.h')
-rw-r--r-- | include/asm-arm/arch-nexuspci/hardware.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-arm/arch-nexuspci/hardware.h b/include/asm-arm/arch-nexuspci/hardware.h index 997569748..6141bbf4c 100644 --- a/include/asm-arm/arch-nexuspci/hardware.h +++ b/include/asm-arm/arch-nexuspci/hardware.h @@ -27,15 +27,13 @@ /* * Mapping areas */ -#define IO_END 0xffffffff #define IO_BASE 0xfe000000 -#define IO_SIZE (IO_END - IO_BASE) /* * RAM definitions */ #define RAM_BASE 0x40000000 #define KERNTOPHYS(a) ((unsigned long)(&a)) -#define SAFE_ADDR 0x40000000 +#define FLUSH_BASE_PHYS 0x40000000 #endif |