Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
dcb86e8cbd66c5bd6b51a5485ea3ff35bb4ced22
/
.
/
arch
/
sh
/
ramdisk
/
ld.script
blob: 94beee248c044e6fa69c0f168032c1ec7febef9e [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
OUTPUT_ARCH
(
sh
)
2
SECTIONS
3
{
4
.
initrd
:
5
{
6
*(.
data
)
7
}
8
}
9