]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-mvebu/spl.c
arm: mvebu: a38x: Use correct PEX register access macros
[u-boot] / arch / arm / mach-mvebu / spl.c
index 402e520ea996edf44d487b2c41a802af2482208b..e65f6ca03ed6a4c2de85edebe5b283ce29fe3b75 100644 (file)
@@ -26,8 +26,17 @@ void board_init_f(ulong dummy)
        /* Linux expects the internal registers to be at 0xf1000000 */
        arch_cpu_init();
 
+       /*
+        * Pin muxing needs to be done before UART output, since
+        * on A38x the UART pins need some re-muxing for output
+        * to work.
+        */
+       board_early_init_f();
+
        preloader_console_init();
 
+       timer_init();
+
        /* First init the serdes PHY's */
        serdes_phy_config();