]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/crt0_64.S
Merge branch 'sun9i-a80-spl' of http://git.denx.de/u-boot-sunxi
[u-boot] / arch / arm / lib / crt0_64.S
index cad22c7b41fe4c7237acba611057255931d02fea..91b19e00da22cd12a68991cc40680de0736651ca 100644 (file)
@@ -108,6 +108,7 @@ relocation_return:
  * Set up final (full) environment
  */
        bl      c_runtime_cpu_setup             /* still call old routine */
+#endif /* !CONFIG_SPL_BUILD */
 
 /* TODO: For SPL, call spl_relocate_stack_gd() to alloc stack relocation */
 
@@ -130,6 +131,4 @@ clear_loop:
 
        /* NOTREACHED - board_init_r() does not return */
 
-#endif /* !CONFIG_SPL_BUILD */
-
 ENDPROC(_main)