X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Flart%2Fu-boot.lds;h=258bece23cf59813a511d23556e4da02ff940c25;hb=7e2a24dca9a3213f0b4941562e4387e20bec3e2d;hp=b3f34ca90038394b7b67ee25fcde6e70674fad32;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=oweals%2Fu-boot.git diff --git a/board/lart/u-boot.lds b/board/lart/u-boot.lds index b3f34ca900..258bece23c 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_start = .; .bss : { *(.bss) } - - armboot_end = .; + _end = .; }