commit | 0ad22703f06af5fe100cfe6f08b1f32ea89cd5b1 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Mon Feb 22 19:37:56 2010 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Wed Feb 24 00:06:18 2010 +0100 |
tree | 8a999b5a20cb76f3896cf2bb9a4055d6c0cc6f63 | |
parent | 5b28e913f4519870ad2ca06cd7845b053f78bf0f [diff] |
tools: fix imximage warning 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: Kim Phillips <kim.phillips@freescale.com>