memory.h 180 B

12345678
  1. #ifndef __ASM_MACH_MEMORY_H
  2. #define __ASM_MACH_MEMORY_H
  3. #define PLAT_PHYS_OFFSET UL(CONFIG_MEMORY_START)
  4. #define MEM_SIZE UL(CONFIG_MEMORY_SIZE)
  5. #endif /* __ASM_MACH_MEMORY_H */