From 21a8c384e1e676c52637d7b9fcbd2061e8fe1479 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 18 Sep 2015 14:34:27 +0200 Subject: [PATCH] karo: tx6: remove usesless symbol _image_binary_end --- board/karo/tx6/u-boot.lds | 3 --- 1 file changed, 3 deletions(-) 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*) } -- 2.39.2