diff options
Diffstat (limited to 'board/freescale/m54455evb/u-boot.int')
-rw-r--r-- | board/freescale/m54455evb/u-boot.int | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m54455evb/u-boot.int b/board/freescale/m54455evb/u-boot.int index 153556f..79e64a2 100644 --- a/board/freescale/m54455evb/u-boot.int +++ b/board/freescale/m54455evb/u-boot.int @@ -135,6 +135,6 @@ SECTIONS . = ALIGN(4); _ebss = .; } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); } |