On Thursday, November 04, 2010 06:15:09 Bernstein, Michael wrote:
>  /*
> + * some defines to allow switching between NET_MULTI and old API
> + */
> +#if defined(CONFIG_NET_MULTI)
> +#define KS8695_ETH_RESET ks8695_eth_reset
> +#define KS8695_ETH_HALT  ks8695_eth_halt
> +#define KS8695_ETH_INIT  ks8695_eth_init
> +#define KS8695_ETH_RX    ks8695_eth_rx
> +#define KS8695_ETH_SEND  ks8695_eth_send
> +#define KS8695_DRIVERNAME "KS8695"
> +#else
> +#define KS8695_ETH_RESET eth_reset
> +#define KS8695_ETH_HALT  eth_halt
> +#define KS8695_ETH_INIT  eth_init
> +#define KS8695_ETH_RX    eth_rx
> +#define KS8695_ETH_SEND  eth_send
> +#endif

NAK.  only support the NET_MULTI API.  the old style is dead.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to