blob: 4caf1761f1e2e9a192006dbfab7d9cda78f8605d [file] [log] [blame]
Russell Kinga09e64f2008-08-05 16:14:15 +01001/*
2 * arch/arm/mach-ixp4xx/include/mach/memory.h
3 *
4 * Copyright (c) 2001-2004 MontaVista Software, Inc.
5 */
6
7#ifndef __ASM_ARCH_MEMORY_H
8#define __ASM_ARCH_MEMORY_H
9
10#include <asm/sizes.h>
11
12/*
13 * Physical DRAM offset.
14 */
Russell Kingf4117ac2011-01-04 18:07:14 +000015#define PLAT_PHYS_OFFSET UL(0x00000000)
Russell Kinga09e64f2008-08-05 16:14:15 +010016
Russell Kinga09e64f2008-08-05 16:14:15 +010017#endif