]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_bootm.c
Fix gunzip in case of insufficient output buffer
[u-boot] / common / cmd_bootm.c
index a8f85e93b2823ab4f4ef9f35580dde90699d15d6..905567293cd2299054b843bbe57aa8c971a806f5 100644 (file)
@@ -350,7 +350,7 @@ static int bootm_load_os(image_info_t os, ulong *load_end, int boot_progress)
                printf ("   Uncompressing %s ... ", type_name);
                if (gunzip ((void *)load, unc_len,
                                        (uchar *)image_start, &image_len) != 0) {
-                       puts ("GUNZIP: uncompress or overwrite error "
+                       puts ("GUNZIP: uncompress, out-of-mem or overwrite error "
                                "- must RESET board to recover\n");
                        if (boot_progress)
                                show_boot_progress (-6);