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

Tom Rini trini at ti.com
Mon Mar 4 22:38:58 CET 2013


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?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130304/e0c22e18/attachment.pgp>


More information about the U-Boot mailing list