aboutsummaryrefslogtreecommitdiff
path: root/board/flagadm/u-boot.lds.debug
diff options
context:
space:
mode:
Diffstat (limited to 'board/flagadm/u-boot.lds.debug')
-rw-r--r--board/flagadm/u-boot.lds.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/flagadm/u-boot.lds.debug b/board/flagadm/u-boot.lds.debug
index 99098bffb..c7711028a 100644
--- a/board/flagadm/u-boot.lds.debug
+++ b/board/flagadm/u-boot.lds.debug
@@ -130,6 +130,6 @@ SECTIONS
*(.bss)
*(COMMON)
}
- _end = . ;
+ __bss_end__ = . ;
PROVIDE (end = .);
}