On Wednesday 29 February 2012 05:37:24 Amit Virdi wrote:
> --- a/drivers/net/designware.h
> +++ b/drivers/net/designware.h
> @@ -238,6 +238,10 @@ struct dw_eth_dev {
>       u32 duplex;
>       u32 tx_currdescnum;
>       u32 rx_currdescnum;
> +     u32 phy_configured;
> +#define FALSE        (0)
> +#define TRUE (!FALSE)

NAK: we already have "true" and "false" and the "bool" type.  use those 
instead.
-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