X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fkaro%2Ftx6%2Fu-boot.lds;h=c2e6459678bda580f4194c086d8b725c1aea9669;hp=2f0b8860010b88cf6ada9475b0527495241530ed;hb=21a8c384e1e676c52637d7b9fcbd2061e8fe1479;hpb=ebe89d59a7d333db7038fa50c011d24e33fade46 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*) }