summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu/u-boot-spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/cpu/u-boot-spl.lds')
-rw-r--r--arch/microblaze/cpu/u-boot-spl.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/microblaze/cpu/u-boot-spl.lds b/arch/microblaze/cpu/u-boot-spl.lds
index 3387eb7189..7883a64b15 100644
--- a/arch/microblaze/cpu/u-boot-spl.lds
+++ b/arch/microblaze/cpu/u-boot-spl.lds
@@ -53,10 +53,10 @@ SECTIONS
. = ALIGN(4);
__bss_end = .;
}
- __end = . ;
+ _end = . ;
}
#if defined(CONFIG_SPL_MAX_FOOTPRINT)
-ASSERT(__end - _start <= (CONFIG_SPL_MAX_FOOTPRINT), \
+ASSERT(_end - _start <= (CONFIG_SPL_MAX_FOOTPRINT), \
"SPL image plus BSS too big");
#endif