summaryrefslogtreecommitdiff
path: root/include/asm-arm/u-boot-arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/u-boot-arm.h')
-rw-r--r--include/asm-arm/u-boot-arm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/u-boot-arm.h b/include/asm-arm/u-boot-arm.h
index d5dbd6d1ba..41e7a8f7d3 100644
--- a/include/asm-arm/u-boot-arm.h
+++ b/include/asm-arm/u-boot-arm.h
@@ -31,8 +31,8 @@
/* for the following variables, see start.S */
extern ulong _armboot_start; /* code start */
-extern ulong _armboot_end_data; /* code + data end */
-extern ulong _armboot_end; /* BSS end */
+extern ulong _bss_start; /* code + data end == BSS start */
+extern ulong _bss_end; /* BSS end */
extern ulong IRQ_STACK_START; /* top of IRQ stack */
extern ulong FIQ_STACK_START; /* top of FIQ stack */