Re: [U-Boot] [PATCH 3/5] am335x_evm: enable support for booting via USB

2013-01-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/31/12 11:32, Ilya Yanok wrote: > This adds necessary config options to enable usb booting and fixes > board_eth_init() function to take into account that we may have USB > ether support in SPL now. [snip] > +#define CONFIG_USBNET_HOST_ADDR

[U-Boot] [PATCH 3/5] am335x_evm: enable support for booting via USB

2012-12-31 Thread Ilya Yanok
This adds necessary config options to enable usb booting and fixes board_eth_init() function to take into account that we may have USB ether support in SPL now. Signed-off-by: Ilya Yanok --- board/ti/am335x/board.c | 3 ++- include/configs/am335x_evm.h | 8 2 files changed, 10 inse