]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/spear/start.S
arm: spear: Move to common SPL infrastructure
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / spear / start.S
index 290ac2e5617dc19cb93bf2d197d633bb02de02d6..f392e7b7d5906ad0a04c5a313e0aba31130819bf 100644 (file)
@@ -45,7 +45,6 @@ reset:
  * BSS area lies in the DDR location which is not yet initialized
  * bss is assumed to be uninitialized.
  */
-       bl      spl_boot
        ldmia   sp!, {r0-r12,pc}
 
 /*
@@ -77,5 +76,5 @@ cpu_init_crit:
         * Go setup Memory and board specific bits prior to relocation.
         */
        stmdb   sp!, {lr}
-       bl      lowlevel_init   /* go setup pll,mux,memory */
+       bl      _main   /* _main will call board_init_f */
        ldmia   sp!, {pc}