2010-09-17 18:13:56 +02:00
|
|
|
/*
|
|
|
|
* Copyright (C) 1999 ARM Limited
|
|
|
|
* Copyright (C) 2000 RidgeRun, Inc.
|
|
|
|
* Copyright (C) 2008-2009 Telechips
|
|
|
|
* Copyright (C) 2010 Hans J. Koch <hjk@linutronix.de>
|
|
|
|
*
|
|
|
|
* Licensed under the terms of the GPL v2.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_MEMORY_H
|
|
|
|
#define __ASM_ARCH_MEMORY_H
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Physical DRAM offset.
|
|
|
|
*/
|
2011-01-04 18:07:14 +00:00
|
|
|
#define PLAT_PHYS_OFFSET UL(0x20000000)
|
2010-09-17 18:13:56 +02:00
|
|
|
|
|
|
|
#endif
|