blob: e188183f4dcee49ed7e6d5f7e5837d43cea3da00 (
plain) (
blame)
1
2
3
4
5
6
7
|
#ifndef __ASM_MACH_MEMORY_H
#define __ASM_MACH_MEMORY_H
#define PHYS_OFFSET UL(CONFIG_MEMORY_START)
#define MEM_SIZE UL(CONFIG_MEMORY_SIZE)
#endif /* __ASM_MACH_MEMORY_H */
|