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 7763c7f..b36047a 100644 --- a/board/rsdproto/u-boot.lds +++ b/board/rsdproto/u-boot.lds @@ -122,6 +122,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); } |