aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/memory.h
blob: 0ffbe8155c76ee27302921f7b8d04a5663e25db6 (plain)
1
2
3
4
5
6
7
#ifndef __ASM_MACH_MEMORY_H
#define __ASM_MACH_MEMORY_H

#define PLAT_PHYS_OFFSET	UL(CONFIG_MEMORY_START)
#define MEM_SIZE	UL(CONFIG_MEMORY_SIZE)

#endif /* __ASM_MACH_MEMORY_H */