Commit c386cff1 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Paul Mundt

sh: USB disable process is needed if romImage boot for EcoVec24

when you use romImage on EcoVec24, 1st Linux will enable USB device.
But no-one disable it.
So re-started Linux will get interrupt before USB driver is attached.
This patch disable USB device at first
Signed-off-by: default avatarKuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 643e9d10
......@@ -77,3 +77,6 @@ WAIT 1
LIST "setup cache"
ED 0xff00001c, 0x0000090b
LIST "disable USB"
EW 0xA4D80000, 0x0000
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment