commit | f0c7fdc6a737d8e44e5aef2c710ce011b592618a | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Mar 12 04:00:09 2019 +0100 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 09 18:19:09 2019 +0200 |
tree | c16ed73ada606c02702618a9f616b6348fa4152e | |
parent | 09e84eca27d92194c70d99c5dd1bb3720d29c8b1 [diff] |
spl: ymodem: Move GZ handling out of YModem session In case the gunzip() call fails, it will print an error message. If that happens within the YModem session, the error message will not be displayed and would be useless. Move the gunzip() call out of the YModem session to make those possible error messages visible. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Tom Rini <trini@konsulko.com>