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 8c75dea..d1bb127 100644 --- a/board/manroland/uc100/u-boot.lds +++ b/board/manroland/uc100/u-boot.lds @@ -96,6 +96,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } |