diff options
Diffstat (limited to 'board/earthlcd/favr-32-ezkit/u-boot.lds')
-rw-r--r-- | board/earthlcd/favr-32-ezkit/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/earthlcd/favr-32-ezkit/u-boot.lds b/board/earthlcd/favr-32-ezkit/u-boot.lds index 0d413a05101..20e363130d9 100644 --- a/board/earthlcd/favr-32-ezkit/u-boot.lds +++ b/board/earthlcd/favr-32-ezkit/u-boot.lds @@ -66,5 +66,5 @@ SECTIONS *(.bss.*) } . = ALIGN(8); - _end = .; + __bss_end__ = .; } |