u-boot/board/Marvell/common
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
..
bootseq.txt cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00
ecctest.c Fix problems with SNTP support; 2005-04-02 22:37:54 +00:00
flash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
i2c.c cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00
i2c.h * Patch by Ronen Shitrit, 10 Dec 2003: 2004-01-03 00:43:19 +00:00
intel_flash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
intel_flash.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
memory.c Consolidate bool type 2013-04-01 16:33:52 -04:00
misc.S rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ns16550.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
ns16550.h cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00
serial.c serial: Use default_serial_puts() in drivers 2012-10-17 07:55:50 -07:00
serial.h * Patch by Ronen Shitrit, 10 Dec 2003: 2004-01-03 00:43:19 +00:00