]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/start.S
arm: relocate_code(): Use __image_copy_end for end of relocation
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / start.S
index 222b5050b1424e92d9bdb1cd011c3ae662ea2992..d0b17c9abf4b2976962bc2b302b61b6cf5736f36 100644 (file)
@@ -94,9 +94,9 @@ _TEXT_BASE:
 _bss_start_ofs:
        .word __bss_start - _start
 
-.global        _image_copy_end_ofs
+.globl _image_copy_end_ofs
 _image_copy_end_ofs:
-       .word   __image_copy_end - _start
+       .word __image_copy_end - _start
 
 .globl _bss_end_ofs
 _bss_end_ofs: