Skip to content
  • Kim Phillips's avatar
    tools: fix imximage warning · 0ad22703
    Kim Phillips authored
    
    
    Fix build warning:
    
    Configuring for MPC837XEMDS board...
    imximage.c: In function `imximage_parse_cfg_file':
    imximage.c:146: warning: passing argument 2 of `getline' from incompatible pointer type
    /usr/include/bits/stdio.h:116: note: expected `size_t *' but argument is of type `uint32_t *'
    
    Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
    0ad22703