u-boot/board/matrix_vision/mvblx
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 mvblx: punt unused clean/distclean targets 2011-11-27 15:48:33 +01:00
config.mk OMAP3: mvblx: Initial support for mvBlueLYNX-X 2011-11-04 13:54:33 -04:00
fpga.c omap3: mvblx: pass FPGA version to the kernel 2013-02-18 13:51:20 -05:00
fpga.h OMAP3: mvblx: Initial support for mvBlueLYNX-X 2011-11-04 13:54:33 -04:00
mvblx.c Consolidate bool type 2013-04-01 16:33:52 -04:00
mvblx.h OMAP3: mvblx: Initial support for mvBlueLYNX-X 2011-11-04 13:54:33 -04:00
sys_eeprom.c omap3: mvblx: select fpgafilename according to orientation 2013-02-18 13:51:20 -05:00