diff options
Diffstat (limited to 'board/zipitz2/u-boot.lds')
-rw-r--r-- | board/zipitz2/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/zipitz2/u-boot.lds b/board/zipitz2/u-boot.lds index fb4358b..e1a1ff1 100644 --- a/board/zipitz2/u-boot.lds +++ b/board/zipitz2/u-boot.lds @@ -52,5 +52,5 @@ SECTIONS . = ALIGN(4); __bss_start = .; .bss (NOLOAD) : { *(.bss) . = ALIGN(4); } - _end = .; + __bss_end__ = .; } |