diff options
Diffstat (limited to 'board/astro/mcf5373l/u-boot.lds')
-rw-r--r-- | board/astro/mcf5373l/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/astro/mcf5373l/u-boot.lds b/board/astro/mcf5373l/u-boot.lds index 167a0a3f129..a1d8e0f6dce 100644 --- a/board/astro/mcf5373l/u-boot.lds +++ b/board/astro/mcf5373l/u-boot.lds @@ -137,6 +137,6 @@ SECTIONS . = ALIGN(4); _ebss = .; } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); } |