From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 2 May 2009 22:25:07 +0200 Subject: [U-Boot] at91: fix a USB problem for AT91SAM9261 In-Reply-To: <3efb10970905021320x2553be1fp148ae0161c99dde0@mail.gmail.com> References: <49FC6F46.7010304@ronetix.at> <3efb10970905021227r15e2650xbda3e6603e1dc889@mail.gmail.com> <20090502200852.GM25959@game.jcrosoft.org> <3efb10970905021320x2553be1fp148ae0161c99dde0@mail.gmail.com> Message-ID: <20090502202507.GP25959@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22:20 Sat 02 May , Remy Bohmer wrote: > Hello, > > >> Well, the PLLB should be configured correctly by the AT91-bootstrap > >> code (from Atmel). > > no this is the case only if you supposed that you use U-Boot as second > > stage bootloader which is not the case for the PM9263, PM9261 and other > > boards (9263ek too for norflash boot as example) > > In that case the description is wrong. It states: > > the USB support for all AT91SAM9261 based boards doesn't work. > > Look at the word 'ALL', that mislead me here... ok I've not tick on the all why not replace with the USB support for all AT91SAM9261 based boards will only work if the PLLB will be configured by a precedent bootloader. Best Regards, J.