]> Git Repo - J-u-boot.git/blobdiff - arch/arm/lib/crt0_64.S
arm: Init the debug UART
[J-u-boot.git] / arch / arm / lib / crt0_64.S
index 680e674fa3344f99cc248dd4eb70539b091756df..611affb74ce2dc8e460d3469c22f3efbd48685c0 100644 (file)
@@ -91,6 +91,10 @@ ENTRY(_main)
        mov     x18, x0
        bl      board_init_f_init_reserve
 
+#if defined(CONFIG_DEBUG_UART) && CONFIG_IS_ENABLED(SERIAL)
+       bl      debug_uart_init
+#endif
+
        mov     x0, #0
        bl      board_init_f
 
This page took 0.025702 seconds and 4 git commands to generate.