aboutsummaryrefslogtreecommitdiff
path: root/board/jornada/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/jornada/u-boot.lds')
-rw-r--r--board/jornada/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/jornada/u-boot.lds b/board/jornada/u-boot.lds
index de6101e43..c75b21fce 100644
--- a/board/jornada/u-boot.lds
+++ b/board/jornada/u-boot.lds
@@ -54,5 +54,5 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
- _end = .;
+ __bss_end__ = .;
}