1
0
Fork 0
remarkable-uboot/board/amcc/yucca
York Sun 472d546054 Consolidate bool type
'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@freescale.com>
2013-04-01 16:33:52 -04:00
..
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
cmd_yucca.c common: move extern char console_buffer[] to common.h 2011-11-22 08:39:25 +01:00
config.mk Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE 2010-10-18 22:07:10 +02:00
flash.c board/amcc/yucca/flash.c: Fix GCC 4.6 build warnings 2011-12-05 23:17:47 +01:00
init.S ppc4xx: Use common NS16550 driver for PPC4xx UART 2010-09-23 09:02:05 +02:00
yucca.c Consolidate bool type 2013-04-01 16:33:52 -04:00
yucca.h Improve DIMM detection for AMCC Yucca 440SPe board 2006-08-29 08:04:32 +02:00