mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
![]() '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> |
||
---|---|---|
.. | ||
cpu.c | ||
Makefile | ||
reset.c | ||
spear600.c | ||
spl.c | ||
spl_boot.c | ||
spr600_mt47h32m16_37e_166_cl4_sync.c | ||
spr600_mt47h32m16_333_cl5_psync.c | ||
spr600_mt47h64m16_3_333_cl5_psync.c | ||
spr600_mt47h128m8_3_266_cl5_async.c | ||
start.S | ||
timer.c | ||
u-boot-spl.lds |