]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/arm/mach-ixp4xx/include/mach/memory.h
ARM: mach-ixp4xx: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
[thirdparty/linux.git] / arch / arm / mach-ixp4xx / include / mach / memory.h
CommitLineData
1da177e4 1/*
a09e64fb 2 * arch/arm/mach-ixp4xx/include/mach/memory.h
1da177e4
LT
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 */
f4117ac9 15#define PLAT_PHYS_OFFSET UL(0x00000000)
1da177e4 16
1da177e4 17#endif