
2 Mar
2012
2 Mar
'12
12:40 p.m.
On 3/1/2012 12:41 AM, Mike Frysinger wrote:
- u32 phy_configured;
+#define FALSE (0) +#define TRUE (!FALSE)
NAK: we already have "true" and "false" and the "bool" type. use those instead.
Are you sure Mike? I couldn't find in u-boot code "TRUE" and "FALSE" defined in any common header file.
Thanks Amit Virdi