From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Virdi Date: Fri, 2 Mar 2012 17:10:07 +0530 Subject: [U-Boot] [PATCH 5/7] net/designware: Try configuring phy on each dw_eth_init In-Reply-To: <201202291411.41055.vapier@gentoo.org> References: <1330511846-1243-1-git-send-email-amit.virdi@st.com> <1330511846-1243-6-git-send-email-amit.virdi@st.com> <201202291411.41055.vapier@gentoo.org> Message-ID: <4F50B197.8020203@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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