diff options
Diffstat (limited to 'board/freescale/m52277evb/u-boot.spa')
-rw-r--r-- | board/freescale/m52277evb/u-boot.spa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m52277evb/u-boot.spa b/board/freescale/m52277evb/u-boot.spa index 9458aef..4b710be 100644 --- a/board/freescale/m52277evb/u-boot.spa +++ b/board/freescale/m52277evb/u-boot.spa @@ -139,6 +139,6 @@ SECTIONS . = ALIGN(4); _ebss = .; } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); } |