2005-04-16 22:20:36 +00:00
|
|
|
/*
|
2008-08-05 15:14:15 +00:00
|
|
|
* arch/arm/mach-iop33x/include/mach/memory.h
|
2005-04-16 22:20:36 +00:00
|
|
|
*/
|
|
|
|
|
2006-09-18 22:26:25 +00:00
|
|
|
#ifndef __MEMORY_H
|
|
|
|
#define __MEMORY_H
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Physical DRAM offset.
|
|
|
|
*/
|
2011-01-04 18:07:14 +00:00
|
|
|
#define PLAT_PHYS_OFFSET UL(0x00000000)
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#endif
|