X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fkaro%2Ftx53%2Fu-boot.lds;h=e010d99f533a82b5de24f89badb78080992ae895;hp=392a9ef42a5027b08dd0d16e37b01cc716bf1b04;hb=6eb9c03b43586d536df11dba254e30d265f93a63;hpb=b86a63c42e39f4eb501dc923d51d2f7703aa90c7 diff --git a/board/karo/tx53/u-boot.lds b/board/karo/tx53/u-boot.lds index 392a9ef42a..e010d99f53 100644 --- a/board/karo/tx53/u-boot.lds +++ b/board/karo/tx53/u-boot.lds @@ -83,19 +83,18 @@ SECTIONS . = ALIGN(4096); } = 0x01f0adde - _image_binary_end = . + (__ivt_end - __uboot_img_start); - .uboot_img_end : { KEEP(*(.__uboot_img_end)) } - . = CONFIG_SYS_TEXT_BASE + 0x70000; +#ifdef CONFIG_SECURE_BOOT .csf_data : { *(.__csf_data) . = . + 0x2000; } +#endif __uboot_img_len = . - __uboot_img_start; /* @@ -117,7 +116,6 @@ SECTIONS KEEP(*(.__bss_end)); } - .dynsym _image_binary_end : { *(.dynsym) } /DISCARD/ : { *(.debug*) } /DISCARD/ : { *(.note*) } /DISCARD/ : { *(.comment*) }