blob: 34e79404671afc265fe6ff324d1cace94640388d [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 Kingbe209022011-05-11 15:39:00 +010017#ifdef CONFIG_PCI
Russell King2fb3ec52011-05-11 16:06:29 +010018#define ARM_DMA_ZONE_SIZE SZ_64M
Russell Kinga09e64f2008-08-05 16:14:15 +010019#endif
20
Russell Kinga09e64f2008-08-05 16:14:15 +010021#endif