debugfs: Modified default dir of debugfs for debugging UHCI.
[linux/fpc-iii.git] / arch / arm / mach-ep93xx / include / mach / memory.h
blob925b12ea0990bde4d9df1500854717877d9f8b0f
1 /*
2 * arch/arm/mach-ep93xx/include/mach/memory.h
3 */
5 #ifndef __ASM_ARCH_MEMORY_H
6 #define __ASM_ARCH_MEMORY_H
8 #if defined(CONFIG_EP93XX_SDCE3_SYNC_PHYS_OFFSET)
9 #define PHYS_OFFSET UL(0x00000000)
10 #elif defined(CONFIG_EP93XX_SDCE0_PHYS_OFFSET)
11 #define PHYS_OFFSET UL(0xc0000000)
12 #else
13 #error "Kconfig bug: No EP93xx PHYS_OFFSET set"
14 #endif
16 #endif