blob: c46c6ba30186b031714e326879c18c8c0f2fd959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* arch/arm/mach-iop33x/include/mach/memory.h
*/
#ifndef __MEMORY_H
#define __MEMORY_H
#include <mach/hardware.h>
/*
* Physical DRAM offset.
*/
#define PHYS_OFFSET UL(0x00000000)
#endif
|