mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
9b74202402
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> CC: Paul Mundt <lethal@linux-sh.org> CC: Magnus Damm <magnus.damm@gmail.com>
8 lines
180 B
C
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 */
|