ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/linux/include/soc/asr/memory.h b/marvell/linux/include/soc/asr/memory.h
new file mode 100644
index 0000000..f7c4e30
--- /dev/null
+++ b/marvell/linux/include/soc/asr/memory.h
@@ -0,0 +1,20 @@
+/*
+ * 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 */