]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Use fit_image_load() to load kernel
authorSimon Glass <sjg@chromium.org>
Thu, 16 May 2013 13:53:25 +0000 (13:53 +0000)
committerTom Rini <trini@ti.com>
Tue, 4 Jun 2013 20:06:31 +0000 (16:06 -0400)
commit4651800d51f7714c7e54c51af52a8ff5ee4461de
tree585d7ffcde9af19eb944470d6f8436817de13f18
parentaed161e5fe86e75e732f22ba1f82711d8d257c5a
image: Use fit_image_load() to load kernel

Use the new common code to load a kernel. The functionality should not
change.

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