projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add ar7 lzma loader
[openwrt.git]
/
target
/
linux
/
image
/
ar7
/
src
/
ld.script.in
diff --git
a/target/linux/image/ar7/src/ld.script.in
b/target/linux/image/ar7/src/ld.script.in
index
9a9f3ef
..
40389e6
100644
(file)
--- a/
target/linux/image/ar7/src/ld.script.in
+++ b/
target/linux/image/ar7/src/ld.script.in
@@
-5,15
+5,15
@@
ENTRY(tikernelunzip)
{
/* Allocate memory space on top of kernel bss space */
{
/* Allocate memory space on top of kernel bss space */
- . =
_fbss
;
+ . =
0x94200000
;
.text :
{
*(.text)
.text :
{
*(.text)
-
*(.rodata)
-
*(.rodata1)
-
*(.gnu.warning)
-
*(.text.init)
-
*(.data.init)
+ *(.rodata)
+ *(.rodata1)
+ *(.gnu.warning)
+ *(.text.init)
+ *(.data.init)
}
.data :
}
.data :
@@
-21,21
+21,14
@@
ENTRY(tikernelunzip)
*(*)
}
*(*)
}
-bss :
+
.
bss :
{
{
- inflate_bss_start = .;
*(.dynbss)
*(.dynbss)
- *(.bss)
- *(COMMON)
- *(.sbss)
- *(.scommon)
- inflate_bss_end = .;
+ *(COMMON)
+ *(.bss)
+ *(.sbss)
+ *(.scommon)
. = ALIGN (0x8000);
. = ALIGN (0x8000);
- inflate_slide_window = .;
- . += 0x8000; /* slide window is 8000h */
- inflate_free_memory_start = .;
+ workspace = .;
}
}
-
-
-
}
}
This page took
0.025888 seconds
and
4
git commands to generate.