diff options
Diffstat (limited to 'board/atmel/atstk1000/u-boot.lds')
-rw-r--r-- | board/atmel/atstk1000/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/atstk1000/u-boot.lds b/board/atmel/atstk1000/u-boot.lds index 86ef93927b3..0e532f234e4 100644 --- a/board/atmel/atstk1000/u-boot.lds +++ b/board/atmel/atstk1000/u-boot.lds @@ -68,5 +68,5 @@ SECTIONS *(.bss.*) } . = ALIGN(8); - _end = .; + __bss_end__ = .; } |