
Dear Lukasz Dalek,
Add support for ethernet over USB which can be used for e.g. booting process. It works with tftp and dhcp clients code.
Signed-off-by: Lukasz Dalek luk0104@gmail.com
Changes for v5:
- Surrendered #include <usb.h> with CONFIGs
board/h2200/h2200.c | 17 +++++++++++++++++ boards.cfg | 1 + include/configs/h2200.h | 27 +++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 0 deletions(-)
[...]
diff --git a/boards.cfg b/boards.cfg index ab10938..a03a469 100644 --- a/boards.cfg +++ b/boards.cfg @@ -283,6 +283,7 @@ pdnb3 arm ixp pdnb3 prodriv scpu arm ixp pdnb3 prodrive - pdnb3:SCPU balloon3 arm pxa h2200 arm pxa +h2200_usbeth arm pxa h2200 -
I told you to enable the USB ethernet by default, so why do you add this board?
[...]
btw. http://www.denx.de/wiki/U-Boot/Patches esp. the In-reply-to part.
Best regards, Marek Vasut