mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
8497ccc4c2
commit
257b11f32d
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue