Re: [U-Boot] [PATCH 2/5] am33xx: support for booting via usbeth

2013-01-02 Thread Tom Rini
On Mon, Dec 31, 2012 at 08:32:40PM +0400, Ilya Yanok wrote: This patch adds BOOT_DEVICE define for USB booting and fixes spl_board_init function to call arch_misc_init (this is the place there musb is initialized). [snip] @@ -54,6 +54,9 @@ void spl_board_init(void) #ifdef

[U-Boot] [PATCH 2/5] am33xx: support for booting via usbeth

2012-12-31 Thread Ilya Yanok
This patch adds BOOT_DEVICE define for USB booting and fixes spl_board_init function to call arch_misc_init (this is the place there musb is initialized). Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- arch/arm/cpu/armv7/omap-common/boot-common.c | 3 +++