]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Remove the fit_load_image() property parameter
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 13:24:47 +0000 (07:24 -0600)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:18:59 +0000 (11:18 -0400)
commit126cc864206e0a06635a4bf49b75de8d5a4a80d7
tree584b83cfc337069ac727e999f73a86904529bcda
parentb639640371ed38c76602387af865b814967473ba
image: Remove the fit_load_image() property parameter

This can be obtained by looking up the image type, so is redundant. It is
better to centralise this lookup to avoid errors.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bootm.c
common/image-fdt.c
common/image-fit.c
common/image.c
include/image.h