]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/spear/common/spr_lowlevel_init.S
arm: spear: Fix booting - relocate vector table to 0 (low-vector)
[karo-tx-uboot.git] / board / spear / common / spr_lowlevel_init.S
index 23a0369cbe8d2b21110a00cce700e281f468dc48..649488399a6a292345b976811f2b7c8e31dd9a50 100644 (file)
  */
 .globl lowlevel_init
 lowlevel_init:
-       /* By default, U-Boot switches CPU to low-vector */
-       /* Revert this as we work in high vector even in U-Boot */
-       mrc     p15, 0, r0, c1, c0, 0
-       orr     r0, r0, #0x00002000
-       mcr     p15, 0, r0, c1, c0, 0
        mov     pc, lr
 
 /* void setfreq(unsigned int device, unsigned int frequency) */