From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 13 Feb 2012 21:24:25 +0100 Subject: [U-Boot] USB support in U-boot for MX23EVK board In-Reply-To: <20120213141245.BB5E725E9F5@gemini.denx.de> References: <201202131335.42773.marek.vasut@gmail.com> <20120213141245.BB5E725E9F5@gemini.denx.de> Message-ID: <201202132124.26130.marek.vasut@gmail.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 Marek Vasut, > > In message <201202131335.42773.marek.vasut@gmail.com> you wrote: > > > But usb_init function call is not made in > > > board_init function in the corresponding board specific file > > > (evk23_evk.c). Could you help me finding what could be done for > > > enabling USB support in u-boot to support for ARM based mx23evk board. > > > > Yes, use the above, for the reference, you can use board/denx/m28evk > > ...but only as a starting point for a new port. i.MX23 is similar to > i.MX28 in many areas, but sufficiently different to cause enough > problems to a newbie. You're definitelly right, but such a newbie has an U-Boot mailing list where he can ask if he's not sure how to go about various things. :) Cheers! M