X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fversatile%2Fu-boot.lds;h=33931be12773e399b6daf6c4cd627b2f8d8e567a;hb=42dfe7a1844cbad7114038aaf03828acb7a84414;hp=da679c2e5155e5a893cb8a1f8d5cbfe1ba87875e;hpb=3d3befa754fedb320f779320ac0ab11deb0a6275;p=karo-tx-uboot.git diff --git a/board/versatile/u-boot.lds b/board/versatile/u-boot.lds index da679c2e51..33931be127 100644 --- a/board/versatile/u-boot.lds +++ b/board/versatile/u-boot.lds @@ -43,8 +43,8 @@ SECTIONS .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; - armboot_end_data = .; . = ALIGN(4); + __bss_start = .; .bss : { *(.bss) } - armboot_end = .; + _end = .; }