diff options
Diffstat (limited to 'board/etx094/u-boot.lds.debug')
-rw-r--r-- | board/etx094/u-boot.lds.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/etx094/u-boot.lds.debug b/board/etx094/u-boot.lds.debug index be05d8fdcc6..8c55de4e84b 100644 --- a/board/etx094/u-boot.lds.debug +++ b/board/etx094/u-boot.lds.debug @@ -137,6 +137,6 @@ SECTIONS *(.bss) *(COMMON) } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); } |