blob: 169cc239f76c9a48db4db4e5c0fdbc87c3842bc8 [file] [log] [blame]
Russell Kinga09e64f2008-08-05 16:14:15 +01001/*
2 * arch/arm/mach-iop32x/include/mach/memory.h
3 */
4
5#ifndef __MEMORY_H
6#define __MEMORY_H
7
Russell Kinga09e64f2008-08-05 16:14:15 +01008/*
9 * Physical DRAM offset.
10 */
Russell Kingf4117ac2011-01-04 18:07:14 +000011#define PLAT_PHYS_OFFSET UL(0xa0000000)
Russell Kinga09e64f2008-08-05 16:14:15 +010012
Russell Kinga09e64f2008-08-05 16:14:15 +010013#endif