aboutsummaryrefslogtreecommitdiff
path: root/nand_spl/board/karo/tx25/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'nand_spl/board/karo/tx25/u-boot.lds')
-rw-r--r--nand_spl/board/karo/tx25/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/nand_spl/board/karo/tx25/u-boot.lds b/nand_spl/board/karo/tx25/u-boot.lds
index ff289fb3c..324a932fb 100644
--- a/nand_spl/board/karo/tx25/u-boot.lds
+++ b/nand_spl/board/karo/tx25/u-boot.lds
@@ -67,7 +67,7 @@ SECTIONS
__bss_start = .;
*(.bss)
. = ALIGN(4);
- _end = .;
+ __bss_end__ = .;
}
/DISCARD/ : { *(.bss*) }