aboutsummaryrefslogtreecommitdiff
path: root/board/zipitz2/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/zipitz2/u-boot.lds')
-rw-r--r--board/zipitz2/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/zipitz2/u-boot.lds b/board/zipitz2/u-boot.lds
index fb4358bee..e1a1ff1f6 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__ = .;
}