projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ebe89d5
)
karo: tx6: remove usesless symbol _image_binary_end
author
Lothar Waßmann
<LW@KARO-electronics.de>
Fri, 18 Sep 2015 12:34:27 +0000
(14:34 +0200)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Fri, 18 Sep 2015 12:34:27 +0000
(14:34 +0200)
board/karo/tx6/u-boot.lds
patch
|
blob
|
history
diff --git
a/board/karo/tx6/u-boot.lds
b/board/karo/tx6/u-boot.lds
index
2f0b886
..
c2e6459
100644
(file)
--- a/
board/karo/tx6/u-boot.lds
+++ b/
board/karo/tx6/u-boot.lds
@@
-79,8
+79,6
@@
SECTIONS
. = ALIGN(4096);
} = 0x01f0adde
. = ALIGN(4096);
} = 0x01f0adde
- _image_binary_end = . + (__ivt_end - __uboot_img_start);
-
.uboot_img_end :
{
KEEP(*(.__uboot_img_end))
.uboot_img_end :
{
KEEP(*(.__uboot_img_end))
@@
-115,7
+113,6
@@
SECTIONS
KEEP(*(.__bss_end));
}
KEEP(*(.__bss_end));
}
- .dynsym _image_binary_end : { *(.dynsym) }
/DISCARD/ : { *(.debug*) }
/DISCARD/ : { *(.note*) }
/DISCARD/ : { *(.comment*) }
/DISCARD/ : { *(.debug*) }
/DISCARD/ : { *(.note*) }
/DISCARD/ : { *(.comment*) }