
On 5 December 2014 at 13:01, Sjoerd Simons sjoerd.simons@collabora.co.uk wrote:
USB is a pretty common feature on exynos 5 board, so it seems sensible to configure it directly from exynos5-common. As a side-effect this makes USB available from u-boot on exynos 5420 based boards.
While there enable support for common USB ethernet cards to make it more likely the default config allows booting for network and enable XHCI on SMDK5420 which has it defined in the dts but not in its config.
Signed-off-by: Sjoerd Simons sjoerd.simons@collabora.co.uk
include/configs/arndale.h | 4 ---- include/configs/exynos5-common.h | 10 ++++++++++ include/configs/exynos5250-common.h | 5 ----- include/configs/exynos5420-common.h | 2 -- include/configs/smdk5420.h | 4 ++++ 5 files changed, 14 insertions(+), 11 deletions(-)
I think this is a good idea.
Acked-by: Simon Glass sjg@chromium.org
Tested on Pi (exynos5420/5800) Tested-by: Simon Glass sjg@chromium.org