summaryrefslogtreecommitdiffstats
path: root/arch/mips/cpu/u-boot-spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/cpu/u-boot-spl.lds')
-rw-r--r--arch/mips/cpu/u-boot-spl.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/cpu/u-boot-spl.lds b/arch/mips/cpu/u-boot-spl.lds
index d08d6222c4..e467491639 100644
--- a/arch/mips/cpu/u-boot-spl.lds
+++ b/arch/mips/cpu/u-boot-spl.lds
@@ -37,6 +37,8 @@ SECTIONS
. = ALIGN(4);
__image_copy_end = .;
+ _image_binary_end = .;
+
.bss (NOLOAD) : {
__bss_start = .;
*(.bss*)