From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 8 Jan 2013 15:46:44 -0600 Subject: [U-Boot] [PATCH] Introduce a global bool type In-Reply-To: <50EC9306.8030306@freescale.com> (from yorksun@freescale.com on Tue Jan 8 15:43:34 2013) References: <1357596628-27501-1-git-send-email-yorksun@freescale.com> <20130107223942.94BED20DA7E@gemini.denx.de> <6AE080B68D46FC4BA2D2769E68D765B70820541F@039-SN2MPN1-023.039d.mgd.msft.net> <20130108174920.BAB22202B69@gemini.denx.de> <50EC5D29.1070408@freescale.com> <20130108190715.D2D14202B69@gemini.denx.de> <50EC79E1.1080802@freescale.com> <20130108213927.88EDB202B69@gemini.denx.de> <50EC9306.8030306@freescale.com> Message-ID: <1357681604.10453.5@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/08/2013 03:43:34 PM, York Sun wrote: > On 01/08/2013 01:39 PM, Wolfgang Denk wrote: > > Dear York Sun, > > > > In message <50EC79E1.1080802@freescale.com> you wrote: > >> > >> No disagree. How shall we close this? Will some change like below > >> acceptable? > >> > >> diff --git a/include/linux/types.h b/include/linux/types.h > >> index 925ece7..f07ba41 100644 > >> --- a/include/linux/types.h > >> +++ b/include/linux/types.h > >> @@ -7,6 +7,7 @@ > >> > >> #include > >> #include > >> +#include > > > > Yes, but it needs to be tested that this is working for at least the > > most popular tool chains, including when using USE_PRIVATE_LIBGCC. > > Who can help here? I don't have the setup for other than powerpc. http://marc.info/?l=u-boot&m=132164771013203&w=1 -Scott