2005-04-16 16:20:36 -06:00
|
|
|
/*
|
2008-08-05 09:14:15 -06:00
|
|
|
* arch/arm/mach-iop32x/include/mach/memory.h
|
2005-04-16 16:20:36 -06:00
|
|
|
*/
|
|
|
|
|
2006-09-18 16:26:25 -06:00
|
|
|
#ifndef __MEMORY_H
|
|
|
|
#define __MEMORY_H
|
2005-04-16 16:20:36 -06:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Physical DRAM offset.
|
|
|
|
*/
|
2005-10-29 14:44:55 -06:00
|
|
|
#define PHYS_OFFSET UL(0xa0000000)
|
2005-04-16 16:20:36 -06:00
|
|
|
|
|
|
|
#endif
|