blob: 52a2955d0f87a8ec63f6ed86fd91be1ab7e85a96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* arch/arm/mach-orion5x/include/mach/memory.h
*
* Marvell Orion memory definitions
*/
#ifndef __ASM_ARCH_MEMORY_H
#define __ASM_ARCH_MEMORY_H
#define PHYS_OFFSET UL(0x00000000)
#endif
|