[U-Boot] [PATCH][net/next] Net: Clean up LAN91C96 Support

Ben Warren biggerbadderben at gmail.com
Tue Dec 15 01:45:52 CET 2009


Ben Warren wrote:
> A previous Commit converted the LAN91C96 Ethernet driver to using the
> CONFIG_NET_MULTI API, but did not include full board support.  This patch
> finishes the job.
>
>   
Found a bug in my own patch :(
<snip>
> diff --git a/board/ti/sdp3430/sdp.c b/board/ti/sdp3430/sdp.c
> index 0d8e20d..73db5f1 100644
> --- a/board/ti/sdp3430/sdp.c
> +++ b/board/ti/sdp3430/sdp.c
> @@ -23,6 +23,7 @@
>   */
>  #include <common.h>
>  #include <netdev.h>
> +#include <netdev.h>
>   
oops

--Ben


More information about the U-Boot mailing list