u-boot-brain/arch
Prabhakar Kushwaha a16a5cccfb powerpc:Fix return type & parameter passed for I/O functions
Return type of in_8, in_be16 and in_le16 should not be'int'. Update it to type
u8/u16/u32.
Although 'unsigned' for in_be32 and in_le32 is correct. But to make return type
uniform across the file changed to u32

Similarly, parameter passed to out_8, out_be16, out_le16 ,out_be32 & out_le32
should not be 'int'.Change it to type u8/u16/u32.

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
2012-08-09 22:23:14 +02:00
..
arm global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
avr32 global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
blackfin global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
m68k global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
microblaze global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
mips global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
nds32 global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
nios2 global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
openrisc global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
powerpc powerpc:Fix return type & parameter passed for I/O functions 2012-08-09 22:23:14 +02:00
sandbox global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
sh global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
sparc global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
x86 global_data: unify global flag defines 2012-08-09 21:46:32 +02:00
.gitignore update include/asm/ gitignore after move 2010-05-07 00:17:30 +02:00