]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx6/u-boot.lds
karo: tx6: don't position CSF at fixed offset
[karo-tx-uboot.git] / board / karo / tx6 / u-boot.lds
index 2f0b8860010b88cf6ada9475b0527495241530ed..e7c9c38cdf12b352078fc1e26527f7538f6d9aca 100644 (file)
@@ -79,15 +79,12 @@ SECTIONS
                . = ALIGN(4096);
        } = 0x01f0adde
 
-       _image_binary_end = . + (__ivt_end - __uboot_img_start);
-
        .uboot_img_end :
        {
                KEEP(*(.__uboot_img_end))
        }
 
 #ifdef CONFIG_SECURE_BOOT
-       . = CONFIG_SYS_TEXT_BASE + 0x71000;
        .csf_data :
        {
                *(.__csf_data)
@@ -115,7 +112,6 @@ SECTIONS
                KEEP(*(.__bss_end));
        }
 
-       .dynsym _image_binary_end : { *(.dynsym) }
        /DISCARD/ : { *(.debug*) }
        /DISCARD/ : { *(.note*) }
        /DISCARD/ : { *(.comment*) }