22 lines
330 B
C
22 lines
330 B
C
/*
|
|
* arch/arm/mach-ixp4xx/include/mach/memory.h
|
|
*
|
|
* Copyright (c) 2001-2004 MontaVista Software, Inc.
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_MEMORY_H
|
|
#define __ASM_ARCH_MEMORY_H
|
|
|
|
#include <asm/sizes.h>
|
|
|
|
/*
|
|
* Physical DRAM offset.
|
|
*/
|
|
#define PLAT_PHYS_OFFSET UL(0x00000000)
|
|
|
|
#ifdef CONFIG_PCI
|
|
#define ARM_DMA_ZONE_SIZE SZ_64M
|
|
#endif
|
|
|
|
#endif
|