This call is more of an architecture requirement than a board
one, so move it there.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
 {
        /* Fire up the Cortex A9 */
        tegra2_start();
+
+       /* We didn't do this init in start.S, so do it now */
+       cpu_init_cp15();
+
        return 0;
 }
 #endif
 
        uart_ids |= UARTD;
 #endif
 
-       /* We didn't do this init in start.S, so do it now */
-       cpu_init_cp15();
-
        /* Initialize essential common plls */
        clock_early_init();