
18 Apr
2017
18 Apr
'17
6 a.m.
On 17 April 2017 at 09:48, Philipp Tomsich < philipp.tomsich@theobroma-systems.com> wrote:
The imagetool framework checks whether function pointer for the verify, print and extract actions are available and will will handle their absence appropriately.
This change removes the unnecessary functions and uses the driver structure to convey available functionality to imagetool. This is in fact better than having verify just return 0 (which previously broke dumpimage, as dumpimage assumed that we had handled the image and did not continue to probe further).
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
tools/rkimage.c | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-)
Acked-by: Simon Glass sjg@chromium.org