uboot/arch/powerpc/cpu/mpc85xx
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 powerpc/mpc85xx: Add BSC9132/BSC9232 processor support 2013-01-30 11:25:14 -06:00
b4860_ids.c powerpc/mpc85xx:Add support of B4420 SoC 2013-01-30 11:25:10 -06:00
b4860_serdes.c powerpc/mpc85xx:Add support of B4420 SoC 2013-01-30 11:25:10 -06:00
bsc9132_serdes.c powerpc/mpc85xx: Add BSC9132/BSC9232 processor support 2013-01-30 11:25:14 -06:00
cache.c
cmd_errata.c powerpc/t4240: Adding workaround errata A-005871 2013-01-30 11:25:15 -06:00
commproc.c ppc: Move dp_alloc_base, dp_alloc_top to arch_global_data 2013-02-04 09:05:43 -05:00
config.mk
cpu.c ppc: Move lbc_clk and cpu to arch_global_data 2013-02-04 09:04:57 -05:00
cpu_init.c powerpc/t4240: Adding workaround errata A-005871 2013-01-30 11:25:15 -06:00
cpu_init_early.c
ddr-gen1.c 8xxx: Change all 8*xx_DDR addresses to 8xxx 2012-11-27 17:45:17 -06:00
ddr-gen2.c 8xxx: Change all 8*xx_DDR addresses to 8xxx 2012-11-27 17:45:17 -06:00
ddr-gen3.c 8xxx: Change all 8*xx_DDR addresses to 8xxx 2012-11-27 17:45:17 -06:00
ether_fcc.c
fdt.c common/fdt_support.c: sparse fixes 2013-02-07 20:38:55 -05:00
fixed_ivor.S
fsl_corenet2_serdes.c
fsl_corenet2_serdes.h
fsl_corenet_serdes.c Consolidate bool type 2013-04-01 16:33:52 -04:00
fsl_corenet_serdes.h
interrupts.c
liodn.c
mp.c env: Use getenv_yesno() more generally 2012-12-13 11:46:55 -07:00
mp.h
mpc8536_serdes.c
mpc8544_serdes.c
mpc8548_serdes.c
mpc8568_serdes.c
mpc8569_serdes.c
mpc8572_serdes.c
p1010_serdes.c
p1021_serdes.c
p1022_serdes.c
p1023_serdes.c
p2020_serdes.c
p2041_ids.c
p2041_serdes.c
p3041_ids.c
p3041_serdes.c
p4080_ids.c
p4080_serdes.c
p5020_ids.c
p5020_serdes.c
p5040_ids.c
p5040_serdes.c
pci.c
portals.c
qe_io.c
release.S powerpc: Extract EPAPR_MAGIC constants into processor.h 2012-12-05 17:27:02 +01:00
resetvec.S
serial_scc.c
speed.c ppc: arm: Move sdhc_clk into arch_global_data 2013-02-04 09:05:44 -05:00
spl_minimal.c spl/85xx: new SPL support 2012-11-26 15:41:25 -06:00
start.S Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00
t4240_ids.c
t4240_serdes.c
tlb.c ppc: Move used_tlb_cams to arch_global_data 2013-02-04 09:05:43 -05:00
traps.c
u-boot-nand.lds Merge branch 'master' of git://git.denx.de/u-boot-arm 2013-03-18 14:37:18 -04:00
u-boot-nand_spl.lds Merge branch 'master' of git://git.denx.de/u-boot-arm 2013-03-18 14:37:18 -04:00
u-boot-spl.lds Replace __bss_end__ with __bss_end 2013-03-15 16:13:54 -04:00
u-boot.lds Merge branch 'master' of git://git.denx.de/u-boot-arm 2013-03-18 14:37:18 -04:00