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

Use the new common code to load a flat device tree. Also fix up a few casts
so that this code works with sandbox. Other than that the functionality
should not change.

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