repo.or.cz
/
linux-2.6
/
openmoko-kernel
/
knife-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] 3550/1: OSIRIS: fix serial port map for 1:1
[linux-2.6/openmoko-kernel/knife-kernel.git]
/
arch
/
cris
/
arch-v32
/
boot
/
rescue
/
rescue.ld
blob
42b11aa122b21d87cf6c6d94298419f615899d14
1
MEMORY
2
{
3
flash : ORIGIN = 0x00000000,
4
LENGTH = 0x00100000
5
}
6
7
SECTIONS
8
{
9
.text :
10
{
11
stext = . ;
12
*(.text)
13
etext = . ;
14
} > flash
15
.data :
16
{
17
*(.data)
18
edata = . ;
19
} > flash
20
}