提交 257b11f3 编写于 作者: M Masahiro Yamada

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: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 8497ccc4
......@@ -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)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册