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

York Sun yorksun at freescale.com
Mon Mar 4 22:46:41 CET 2013


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 are removed. They are all consistent with
>> true = 1, false = 0.
>>
>> Replace FALSE, False with false. Replace TRUE, True with true.
>> Skip *.py, *.php, lib/* files.
>>
>> Signed-off-by: York Sun <yorksun at freescale.com>
>> Acked-by: Allen Martin <amartin at nvidia.com>
> 
> There was a lot of talk from v1 to v6, and nothing to v7.  Is everyone
> happy now?

Changes from v6 to v7 is to remove RFC from the subject and add
Acked-byL Allen. I didn't hear any nack for v7.

York





More information about the U-Boot mailing list