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 59c86278d9..841a29b60c 100644 --- a/board/sandpoint/u-boot.lds +++ b/board/sandpoint/u-boot.lds @@ -92,6 +92,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); } |