]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools: fix imximage warning
authorKim Phillips <kim.phillips@freescale.com>
Tue, 23 Feb 2010 01:37:56 +0000 (19:37 -0600)
committerWolfgang Denk <wd@denx.de>
Tue, 23 Feb 2010 23:06:18 +0000 (00:06 +0100)
commit0ad22703f06af5fe100cfe6f08b1f32ea89cd5b1
tree8a999b5a20cb76f3896cf2bb9a4055d6c0cc6f63
parent5b28e913f4519870ad2ca06cd7845b053f78bf0f
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>
tools/imximage.c