X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Flart%2Fu-boot.lds;h=6bd06270a4f99f020b77e16b5753126bce03e59f;hb=ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0;hp=b3f34ca90038394b7b67ee25fcde6e70674fad32;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=u-boot diff --git a/board/lart/u-boot.lds b/board/lart/u-boot.lds index b3f34ca900..6bd06270a4 100644 --- a/board/lart/u-boot.lds +++ b/board/lart/u-boot.lds @@ -44,14 +44,13 @@ SECTIONS . = ALIGN(4); .got : { *(.got) } - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; - - armboot_end_data = .; + . = .; + __u_boot_cmd_start = .; + .u_boot_cmd : { *(.u_boot_cmd) } + __u_boot_cmd_end = .; . = ALIGN(4); - .bss : { *(.bss) } - - armboot_end = .; + __bss_start = .; + .bss (NOLOAD) : { *(.bss) } + _end = .; }