M7350/kernel/arch/arm/mach-shmobile/include/mach/memory.h
2024-09-09 08:52:07 +00:00

8 lines
180 B
C

#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 */