X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Ficu862%2Fu-boot.lds;h=9ff187c48171bd5f5c74cc79aca45e67e79a66fa;hb=3929fb0a141530551b3fce15ee08629f80d5ef2a;hp=6778eb13add674fcd6fa4091f466ae5e776ec704;hpb=3e4d27b06d7484040355e22eec2cbce7335d6dab;p=karo-tx-uboot.git diff --git a/board/icu862/u-boot.lds b/board/icu862/u-boot.lds index 6778eb13ad..9ff187c481 100644 --- a/board/icu862/u-boot.lds +++ b/board/icu862/u-boot.lds @@ -93,6 +93,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }