gzip: The GZIP feature has been removed, remove the last traces of it

This commit is contained in:
Holger Hans Peter Freyther 2012-07-11 07:40:08 +02:00
parent a36a9de3ef
commit 77e016b643
2 changed files with 1 additions and 3 deletions

View File

@ -62,8 +62,6 @@
/* UBL magic numbers */
#define UBL_MAGIC_BIN_IMG 0xA1ACED66 /* Describes binary flash image type
* for UBL. */
#define UBL_MAGIC_GZIP_IMG 0xA1ACED77 /* Describes gzipped binary flash
* image type for UBL. */
/* UBL commands */
#define UBL_CMD_FLASH_UBL_APP 0xA1ACEDCC /* Download UBL & application via

View File

@ -115,7 +115,7 @@ uart_boot(uint32_t *jump_entry_point)
case UBL_CMD_FLASH_UBL_APP:
host_msg("SENDUBL");
/* Download UBL into GZIP format */
/* Download UBL */
if (uart_get_prog(&uart_ack_header) != E_PASS)
goto uartboot_error;