commit | 10a1eca9696ee586f8df7938c7b1c6c132077f7b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 07 06:11:54 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue May 14 15:37:25 2013 -0400 |
tree | 239eb0a5cb23d6dd50f5d1f471207fee5443713c | |
parent | da0af36f9264e0e58855a735f84a647890a01fcf [diff] |
image: Move HOSTCC image code to tools/ This code is never compiled into U-Boot, so move it into a separate file in tools/ to avoid the large #ifdef. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>