Skip to content
Snippets Groups Projects
Commit 48470b7a authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Wire-up debug_uart in asm

parent 576e95b4
No related branches found
No related tags found
No related merge requests found
...@@ -155,6 +155,10 @@ clear_bss: ...@@ -155,6 +155,10 @@ clear_bss:
cmp r6, r5, r4 /* check if we have reach the end */ cmp r6, r5, r4 /* check if we have reach the end */
bnei r6, 2b bnei r6, 2b
3: /* jumping to board_init */ 3: /* jumping to board_init */
#ifdef CONFIG_DEBUG_UART
bralid r15, debug_uart_init
nop
#endif
#ifndef CONFIG_SPL_BUILD #ifndef CONFIG_SPL_BUILD
or r5, r0, r0 /* flags - empty */ or r5, r0, r0 /* flags - empty */
addi r31, r0, _gd addi r31, r0, _gd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment