From: Lothar Waßmann Date: Fri, 18 Sep 2015 12:34:27 +0000 (+0200) Subject: karo: tx6: remove usesless symbol _image_binary_end X-Git-Tag: KARO-TX6-2015-09-18~2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=21a8c384e1e676c52637d7b9fcbd2061e8fe1479;ds=sidebyside karo: tx6: remove usesless symbol _image_binary_end --- diff --git a/board/karo/tx6/u-boot.lds b/board/karo/tx6/u-boot.lds index 2f0b886001..c2e6459678 100644 --- a/board/karo/tx6/u-boot.lds +++ b/board/karo/tx6/u-boot.lds @@ -79,8 +79,6 @@ SECTIONS . = ALIGN(4096); } = 0x01f0adde - _image_binary_end = . + (__ivt_end - __uboot_img_start); - .uboot_img_end : { KEEP(*(.__uboot_img_end)) @@ -115,7 +113,6 @@ SECTIONS KEEP(*(.__bss_end)); } - .dynsym _image_binary_end : { *(.dynsym) } /DISCARD/ : { *(.debug*) } /DISCARD/ : { *(.note*) } /DISCARD/ : { *(.comment*) }