]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: clean up mpc8360emds.c warnings
authorKim Phillips <kim.phillips@freescale.com>
Tue, 15 Jan 2008 15:51:12 +0000 (09:51 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Wed, 16 Jan 2008 18:00:50 +0000 (12:00 -0600)
commit363eea9ff7f19a2cba17f262bd17559f166e134e
treec830241fd3dd06379208a36fa00d6b243682e3f6
parentf09880ea72a1c806db223ce594c5fb1b6542ff6a
mpc83xx: clean up mpc8360emds.c warnings

mpc8360emds.c: In function 'ft_board_setup':
mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
board/freescale/mpc8360emds/mpc8360emds.c