repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
acpiphp: Execute ACPI _REG method for hotadded devices
[linux/fpc-iii.git]
/
arch
/
cris
/
boot
/
rescue
/
rescue_v10.lds
blob
0b52a9490db65618f77d532fd758d328128718e0
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
}