]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx6: remove usesless symbol _image_binary_end
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 18 Sep 2015 12:34:27 +0000 (14:34 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 18 Sep 2015 12:34:27 +0000 (14:34 +0200)
board/karo/tx6/u-boot.lds

index 2f0b8860010b88cf6ada9475b0527495241530ed..c2e6459678bda580f4194c086d8b725c1aea9669 100644 (file)
@@ -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*) }