From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 22 Dec 2014 21:21:58 +0900 Subject: [U-Boot] [PATCH] Exynos: Move down common USB configuration In-Reply-To: <1417809683-17529-1-git-send-email-sjoerd.simons@collabora.co.uk> References: <1417809683-17529-1-git-send-email-sjoerd.simons@collabora.co.uk> Message-ID: <54980CE6.5000807@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Sjoerd Simons, On 06/12/14 05:01, Sjoerd Simons 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 > --- > 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(-) > Could please rebase this patch? Thanks, Minkyu Kang.