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