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