repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OMAP3: SR: Replace printk's with pr_* calls
[linux-ginger.git]
/
arch
/
arm
/
mach-iop33x
/
include
/
mach
/
memory.h
blob
a30a96aa6d2db541c7c2c44fa55d0cd164c26023
1
/*
2
* arch/arm/mach-iop33x/include/mach/memory.h
3
*/
4
5
#ifndef __MEMORY_H
6
#define __MEMORY_H
7
8
/*
9
* Physical DRAM offset.
10
*/
11
#define PHYS_OFFSET UL(0x00000000)
12
13
#endif