a320evb: fix include path of timer fttmr010
[oweals/u-boot.git] / arch / arm / cpu / arm920t / start.S
index 6db61c215c515c458d2ef494d937356cca81d126..a7476b0550b99e9cbfa265bd5a830d418a60f297 100644 (file)
@@ -89,6 +89,10 @@ _bss_start_ofs:
 _bss_end_ofs:
        .word __bss_end__ - _start
 
+.globl _end_ofs
+_end_ofs:
+       .word _end - _start
+
 #ifdef CONFIG_USE_IRQ
 /* IRQ stack memory (calculated at run-time) */
 .globl IRQ_STACK_START