X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fkaro%2Ftx6%2Fu-boot.lds;fp=board%2Fkaro%2Ftx6%2Fu-boot.lds;h=f845810b28fdc6f535b3c265411240390f7fea47;hp=832cfb77d9568593e867d61d775ce54763230894;hb=f8c001b98d6b9ed2d66a227e08738b1d120edd75;hpb=8ec346e17b5bf6897f038b8ecc3ecd073e097a22 diff --git a/board/karo/tx6/u-boot.lds b/board/karo/tx6/u-boot.lds index 832cfb77d9..f845810b28 100644 --- a/board/karo/tx6/u-boot.lds +++ b/board/karo/tx6/u-boot.lds @@ -24,51 +24,51 @@ OUTPUT_ARCH(arm) ENTRY(_start) SECTIONS { - . = 0x00000000; - .text : - { - *(.__image_copy_start) - CPUDIR/start.o (.text*) + . = 0x00000000; + .text : + { + *(.__image_copy_start) + CPUDIR/start.o (.text*) . = 0x400; KEEP(board/karo/tx6/lowlevel_init.o (.text*)) - *(.text*) - } + *(.text*) + } - . = ALIGN(4); - .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } + . = ALIGN(4); + .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } - . = ALIGN(4); - .data : { - *(.data*) - } + . = ALIGN(4); + .data : { + *(.data*) + } - . = ALIGN(4); + . = ALIGN(4); .u_boot_list : { KEEP(*(SORT(.u_boot_list*))); } - . = ALIGN(4); - .image_copy_end : + . = ALIGN(4); + .image_copy_end : { *(.__image_copy_end) } - .rel_dyn_start : + .rel_dyn_start : { - *(.__rel_dyn_start) + *(.__rel_dyn_start) } - .rel.dyn : + .rel.dyn : { - *(.rel*) - } + *(.rel*) + } - .rel_dyn_end : + .rel_dyn_end : { - *(.__rel_dyn_end) + *(.__rel_dyn_end) } - _end = .; + _end = .; /* * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c