commit | 1c0c2509960f4bf45d8b99c9eb96800d103727ec | [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 | 5cdde8028724b71c1c30a25273965e5ce321ccfd [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>