diff options
Diffstat (limited to 'board/sandburst/metrobox/u-boot.lds.debug')
-rw-r--r-- | board/sandburst/metrobox/u-boot.lds.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandburst/metrobox/u-boot.lds.debug b/board/sandburst/metrobox/u-boot.lds.debug index 0b4192e..412af14 100644 --- a/board/sandburst/metrobox/u-boot.lds.debug +++ b/board/sandburst/metrobox/u-boot.lds.debug @@ -141,6 +141,6 @@ SECTIONS *(.bss) *(COMMON) } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } |