Re: [Qemu-devel] [PATCH v2 1/2] pxa2xx: Unconditionally enable USB controller

2016-06-09 Thread Peter Maydell
On 8 June 2016 at 21:50, Eduardo Habkost wrote: > Simplify initialization logic by removing the usb_enabled() > check. The USB controller is part of the SoC, so it doesn't make > sense to create a system where it is not present. > > Cc: Peter Maydell > Cc: Andrzej Zaborowski > Cc: qemu-...@nongn

[Qemu-devel] [PATCH v2 1/2] pxa2xx: Unconditionally enable USB controller

2016-06-08 Thread Eduardo Habkost
Simplify initialization logic by removing the usb_enabled() check. The USB controller is part of the SoC, so it doesn't make sense to create a system where it is not present. Cc: Peter Maydell Cc: Andrzej Zaborowski Cc: qemu-...@nongnu.org, Signed-off-by: Eduardo Habkost --- hw/arm/pxa2xx.c |