X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Factux3%2Fu-boot.lds;h=fc48cf03fde15a93b02699dd1cc72e537e495137;hb=412665b46134f93464c09405e02f08ac9c62526d;hp=b79ea3ce2fdd13bc66067c076276594eba78beb1;hpb=ef123c525370463254a6f8e67563fdb0b0b46412;p=u-boot diff --git a/board/actux3/u-boot.lds b/board/actux3/u-boot.lds index b79ea3ce2f..fc48cf03fd 100644 --- a/board/actux3/u-boot.lds +++ b/board/actux3/u-boot.lds @@ -81,10 +81,10 @@ SECTIONS .bss __bss_start (OVERLAY) : { *(.bss*) . = ALIGN(4); - ___bssend___ = .; + __bss_end = .; } - .bss_end ___bssend___ (OVERLAY) : { - KEEP(*(.__bss_end__)); + .bss_end __bss_end (OVERLAY) : { + KEEP(*(__bss_end)); } /DISCARD/ : { *(.dynstr*) }