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