tools: mkimage: Implemented callback function for default image support
commitea7ea6ffa47e7adafe4868f5964bd6a6bb5c9bdb
authorPrafulla Wadaskar <prafulla@marvell.com>
Tue, 28 Jul 2009 15:34:54 +0000 (28 21:04 +0530)
committerPrafulla Wadaskar <prafulla@server.marvell.com>
Fri, 31 Jul 2009 10:50:16 +0000 (31 03:50 -0700)
treea10c4625d5fe17641758c8de2c1ac4b95dad8a1b
parent0cae334acb100b7c2faee81f659a5dbabdc57c2f
tools: mkimage: Implemented callback function for default image support

This is Third step towards cleaning mkimage code for kwbimage
support in clean way. In this patch-
1. callback functions are used in mkimage.c those are defined
in defaut_image.c for currently supported images.
2. scan loop implemented for image header verify and print

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
tools/default_image.c
tools/default_image.h
tools/mkimage.c
tools/mkimage.h