Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Kim Phillips's avatar
    363eea9f
    mpc83xx: clean up mpc8360emds.c warnings · 363eea9f
    Kim Phillips authored
    
    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: default avatarKim Phillips <kim.phillips@freescale.com>
    363eea9f
    History
    mpc83xx: clean up mpc8360emds.c warnings
    Kim Phillips authored
    
    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: default avatarKim Phillips <kim.phillips@freescale.com>