diff options
Diffstat (limited to 'board/manroland')
-rw-r--r-- | board/manroland/uc100/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/manroland/uc100/u-boot.lds b/board/manroland/uc100/u-boot.lds index dc83071602e..344cbde3b07 100644 --- a/board/manroland/uc100/u-boot.lds +++ b/board/manroland/uc100/u-boot.lds @@ -93,6 +93,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); } |