commit | 9ca3742f544bd568202eea4e9eb688cf673e69ca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 08 08:06:01 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue May 14 15:37:25 2013 -0400 |
tree | 1e5df63856d117bc14acb5f669ac0dc405e91f06 | |
parent | c6bdabb537b1c35fcd75a5f07066c39570c1cdc6 [diff] |
image: Add device tree setup to image library This seems to be a common function for several architectures, so create a common function rather than duplicating the code in each arch. Also make an attempt to avoid introducing #ifdefs in the new code, partly by removing useless #ifdefs around function declarations in the image.h header. Signed-off-by: Simon Glass <sjg@chromium.org>