
18 Apr
2012
18 Apr
'12
11:15 a.m.
On 18.04.2012 12:05, Stefano Babic wrote:
As far as I can see, only MX31 and MX25 boards are using this file. Other i.MX have its own initialization file. So #if defined(CONFIG_MX31) || defined(CONFIG_MX25) is always true.
So, would it be OK to remove this check altogether?
However, where is this code ? In current u-boot I see only #if defined(CONFIG_MX31) at this line. Is it your patch correct ?
My previous patch 5 touched that one.
- setbits_le32(&ehci->control, USB_EN);
As far as I can see, it tries to overwrite a capability register, that is for our luck read-only. Good catch !
Thanks.
--
Timo