Home
last modified time | relevance | path

Searched hist:"253 c60a5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Drkimage.c253c60a5 Mon Apr 17 10:48:06 CDT 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> rockchip: mkimage: remove placeholder functions from rkimage

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>
Acked-by: Simon Glass <sjg@chromium.org>