MAINTAINERS: drop bcm283x/rpi maintainership
[oweals/u-boot.git] / board / armltd / integrator / lowlevel_init.S
index 4e2da4006fe4a8616c3f09f6cbc287acd9889cb3..b50ba9878c4fa4391df9dee10553ee23aa7068a3 100644 (file)
@@ -4,11 +4,10 @@
  * (C) Copyright 2004, ARM Ltd.
  * Philippe Robin, <philippe.robin@arm.com>
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <config.h>
-#include <version.h>
 
        /* Reset using CM control register */
 .global reset_cpu
@@ -183,7 +182,7 @@ cm_remap:
 
        /* Now 0x00000000 is writeable, replace the vectors     */
        ldr     r0, =_start     /* r0 <- start of vectors       */
-       ldr     r2, =_TEXT_BASE /* r2 <- past vectors   */
+       add     r2, r0, #64     /* r2 <- past vectors   */
        sub     r1,r1,r1                /* destination 0x00000000       */
 
 copy_vec: