diff options
Diffstat (limited to 'board/rsdproto/u-boot.lds')
-rw-r--r-- | board/rsdproto/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/rsdproto/u-boot.lds b/board/rsdproto/u-boot.lds index ff95029..ec8cddd 100644 --- a/board/rsdproto/u-boot.lds +++ b/board/rsdproto/u-boot.lds @@ -125,6 +125,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } |