diff options
Diffstat (limited to 'arch/arm/mach-ebsa110/include/mach/memory.h')
| -rw-r--r-- | arch/arm/mach-ebsa110/include/mach/memory.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm/mach-ebsa110/include/mach/memory.h b/arch/arm/mach-ebsa110/include/mach/memory.h index eea4b75b657..8e49066ad85 100644 --- a/arch/arm/mach-ebsa110/include/mach/memory.h +++ b/arch/arm/mach-ebsa110/include/mach/memory.h @@ -19,14 +19,7 @@ /* * Physical DRAM offset. */ -#define PHYS_OFFSET UL(0x00000000) - -/* - * We keep this 1:1 so that we don't interfere - * with the PCMCIA memory regions - */ -#define __virt_to_bus(x) (x) -#define __bus_to_virt(x) (x) +#define PLAT_PHYS_OFFSET UL(0x00000000) /* * Cache flushing area - SRAM |
