blob: f7c4e30a9419baaa2627e13aee5e4a22f89de699 [file] [log] [blame]
/*
* linux/arch/arm/mach-mmp/include/mach/memory.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_MACH_MEMORY_H
#define __ASM_MACH_MEMORY_H
#if defined(CONFIG_CRASH_DUMP)
#define PLAT_PHYS_OFFSET UL(0x06000000)
#elif defined(CONFIG_TZ_HYPERVISOR)
#define PLAT_PHYS_OFFSET UL(0x01000000)
#else
#define PLAT_PHYS_OFFSET UL(0x00000000)
#endif
#endif /* __ASM_MACH_MEMORY_H */