From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 30 Dec 2014 18:17:04 +0900 Subject: [U-Boot] [PATCH v2] Exynos: Move down common USB configuration In-Reply-To: <1419887830-3836-1-git-send-email-sjoerd.simons@collabora.co.uk> References: <1419887830-3836-1-git-send-email-sjoerd.simons@collabora.co.uk> Message-ID: <54A26D90.5070303@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 30/12/14 06:17, 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 > Acked-by: Simon Glass > --- > applied to u-boot-samsung. Thanks, Minkyu Kang.