Re: [U-Boot] [Patch v7] Consolidate bool type

2013-03-04 Thread Tom Rini
On Wed, Jan 30, 2013 at 03:11:40PM -0800, York Sun wrote: > 'bool' is defined in random places. This patch consolidates them into a > single header file include/linux/types.h, using stdbool.h introduced in C99. > > All other #define, typedef and enum are removed. They are all consistent with > tr

Re: [U-Boot] [Patch v7] Consolidate bool type

2013-03-04 Thread York Sun
On 03/04/2013 01:38 PM, Tom Rini wrote: > On Wed, Jan 30, 2013 at 03:11:40PM -0800, York Sun wrote: > >> 'bool' is defined in random places. This patch consolidates them into a >> single header file include/linux/types.h, using stdbool.h introduced in C99. >> >> All other #define, typedef and enum