commit | 686f3bb2dcc363485fe0ed4afc874bddf5c19171 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 12 07:24:52 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu Jun 19 11:19:02 2014 -0400 |
tree | b1cf1bfbe2fea2c9e504d708eef4d45f6c28d0c7 | |
parent | 0232ba738917a12c741642990edb3269c2be190b [diff] |
bootm: Move decompression code into its own function This makes it possible to decompress an image without it being a kernel and without intending to boot it (as it needed for host tools, for example). Signed-off-by: Simon Glass <sjg@chromium.org>