
Olof Johansson wrote:
Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded over tftp.
This also refactors the smc911x driver to allow for detecting when the chip is missing. I.e. the detect_chip() function is called earlier and will abort gracefully when the Chip ID read returns all 1's.
Signed-off-by: Olof Johansson olof@lixom.net
Acked-by: Ben Warren biggerbadderben@gmail.com
(although it should have been broken into functionally-orthogonal patches).
Go ahead and apply to the TI branch.
Yes you are right board/overo/overo.c | 59 ++++++++++++++++++++++++++++++++++++++ board/overo/overo.h | 63 +++++++++++++++++++++----------------- drivers/net/smc911x.c | 14 +++++---- drivers/net/smc911x.h | 7 +++-
the above 2 should have been in a diff patch include/configs/omap3_overo.h | 17 ++++++++++-
5 files changed, 119 insertions(+), 41 deletions(-)
regards, Ben