]> git.sur5r.net Git - u-boot/blobdiff - include/asm-arm/u-boot-arm.h
* Patch by Greg Ungerer, 19 May 2005:
[u-boot] / include / asm-arm / u-boot-arm.h
index d5dbd6d1bae9f40822a423fb6668443e76830da5..41e7a8f7d3f9640063548376345d794d51a5d4e3 100644 (file)
@@ -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 */