X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fimpa7%2Fu-boot.lds;h=64d946c439210f6a58ece41c2838bea70d3a6498;hb=cf56e1101957c09cb4aafcf28a89658c4649c511;hp=36521b8ef7e26058a5055e526505875e344082e7;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=u-boot diff --git a/board/impa7/u-boot.lds b/board/impa7/u-boot.lds index 36521b8ef7..64d946c439 100644 --- a/board/impa7/u-boot.lds +++ b/board/impa7/u-boot.lds @@ -44,15 +44,12 @@ 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 = .; }