u-boot/arch
Wolfgang Denk 1b10d0717a MPC8xx: fix "Remove volatile from net API" aftermath
Commit db288a9 "net: Remove volatile from net API" caused a number of
build warnings:
fec.c: In function 'fec_initialize':
fec.c:183:13: warning: assignment from incompatible pointer type [enabled by default]
fec.c: In function 'fec_recv':
fec.c:284:5: warning: passing argument 1 of 'NetReceive' discards 'volatile' qualifier from pointer target type [enabled by default]
/home/wd/git/u-boot/work/include/net.h:433:13: note: expected 'uchar *' but argument is of type 'volatile uchar *'
scc.c: In function 'scc_initialize':
scc.c:85:14: warning: assignment from incompatible pointer type [enabled by default]

Fix these.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Joe Hershberger <joe.hershberger@ni.com>
2012-05-22 10:18:14 -05:00
..
arm arch/arm/cpu/ixp/npe/npe.c: Fix build warning 2012-05-22 10:18:13 -05:00
avr32 net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
blackfin net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
m68k net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
microblaze net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
mips net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
nds32 net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
nios2 net: punt bd->bi_ip_addr 2012-05-15 17:32:05 -05:00
openrisc net: punt bd->bi_ip_addr 2012-05-15 17:32:05 -05:00
powerpc MPC8xx: fix "Remove volatile from net API" aftermath 2012-05-22 10:18:14 -05:00
sandbox net: punt bd->bi_ip_addr 2012-05-15 17:32:05 -05:00
sh net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
sparc net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
x86 net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
.gitignore update include/asm/ gitignore after move 2010-05-07 00:17:30 +02:00