aboutsummaryrefslogtreecommitdiff
path: root/board/etx094/u-boot.lds.debug
diff options
context:
space:
mode:
Diffstat (limited to 'board/etx094/u-boot.lds.debug')
-rw-r--r--board/etx094/u-boot.lds.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/etx094/u-boot.lds.debug b/board/etx094/u-boot.lds.debug
index be05d8fdc..8c55de4e8 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 = .);
}