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

ARM: uniphier: delete unneeded input enable for low-level debug


The UART I/O ports for PH1-Pro4 has no input enable controlling.
This code is useless.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 8497ccc4
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,5 @@ ENTRY(setup_lowlevel_debug)
mov r1, #1
str r1, [r0]
ldr r0, =SG_IECTRL
ldr r1, [r0]
orr r1, r1, #1
str r1, [r0]
mov pc, lr
ENDPROC(setup_lowlevel_debug)
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