Skip to content
Snippets Groups Projects
Commit 5d076486 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCs


This function should just return for unknown SoCs rather than writing
unexpected values to registers.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 1d22c4b1
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,7 @@ proxstream2_end:
b init_uart
ph1_ld6b_end:
#endif
mov pc, lr
init_uart:
addruart r0, r1, r2
......
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