[U-Boot] [PATCH v1 7/8] rockchip: mkimage: remove placeholder functions from rkimage

Simon Glass sjg at chromium.org
Thu Apr 20 21:06:37 UTC 2017


On 17 April 2017 at 22:00, Simon Glass <sjg at chromium.org> wrote:
> On 17 April 2017 at 09:48, Philipp Tomsich
> <philipp.tomsich at 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 at theobroma-systems.com>
>> ---
>>
>> tools/rkimage.c | 21 +++------------------
>> 1 file changed, 3 insertions(+), 18 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-rockchip/next, thanks!


More information about the U-Boot mailing list