commit | b1b799215c596e441045aa8f3bc08814faa0f573 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 16 13:53:23 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Jun 04 16:06:31 2013 -0400 |
tree | 83f817f2a106ae228b4775bb77bc02d466490b62 | |
parent | 65817a6603cbdb130a29507bc30e7ed356f6658a [diff] |
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>