From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Bohmer Date: Wed, 20 Aug 2008 11:22:01 +0200 Subject: [U-Boot] [patch 0/1] fix hangup during boot when USB is used. Message-ID: <20080820092201.706131869@bohmer.net>> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) enabled the usb_stop() command in common/cmd_bootm.c which was not enabled for some time, because no board did actually set the CFG_CMD_USB flag. So, now the usb_stop() is executed before loading the linux kernel, which will result in a hangup during boot when USB has been started and stopped already (on AT91SAM). --