2008-10-21 21:06:39 +08:00
|
|
|
/* arch/arm/mach-s3c6400/include/mach/memory.h
|
|
|
|
*
|
|
|
|
* Copyright 2008 Openmoko, Inc.
|
|
|
|
* Copyright 2008 Simtec Electronics
|
|
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
|
|
* http://armlinux.simtec.co.uk/
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_MEMORY_H
|
|
|
|
#define __ASM_ARCH_MEMORY_H
|
|
|
|
|
2011-01-05 02:07:14 +08:00
|
|
|
#define PLAT_PHYS_OFFSET UL(0x50000000)
|
2008-10-21 21:06:39 +08:00
|
|
|
|
2010-07-26 17:54:00 +08:00
|
|
|
#define CONSISTENT_DMA_SIZE SZ_8M
|
|
|
|
|
2008-10-21 21:06:39 +08:00
|
|
|
#endif
|