]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: Use print_decomp_msg() in all cases
authorSimon Glass <sjg@chromium.org>
Tue, 2 Dec 2014 20:17:36 +0000 (13:17 -0700)
committerTom Rini <trini@ti.com>
Wed, 14 Jan 2015 16:35:43 +0000 (11:35 -0500)
commit8fd6a4b514c9828f0c2de92f5c89a3c84458e13f
tree28140e83867c80f899a7663a3c99b2f0403c8611
parent6ed4dc7876cee5c478cbb4de552a9e2994e61805
bootm: Use print_decomp_msg() in all cases

Refactor to allow this function to be used to announce the image being
loaded regardless of compression type and even when there is no
decompression.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bootm.c