]> git.sur5r.net Git - u-boot/blobdiff - lib_generic/bzlib.c
OMAP3 beagle Add usbtty configuration
[u-boot] / lib_generic / bzlib.c
index 87e6a6eed6e8a2691ce9220705a18b76f5dca4fb..5844e187c098bcb2d7a64b07cd436b8a0d25395a 100644 (file)
@@ -1,7 +1,6 @@
 #include <config.h>
 #include <common.h>
 #include <watchdog.h>
-#ifdef CONFIG_BZIP2
 
 /*
  * This file is a modified version of bzlib.c from the bzip2-1.0.2
@@ -1592,9 +1591,11 @@ const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum)
 }
 #endif
 
+void bz_internal_error(int errcode)
+{
+       printf ("BZIP2 internal error %d\n", errcode);
+}
 
 /*-------------------------------------------------------------*/
 /*--- end                                           bzlib.c ---*/
 /*-------------------------------------------------------------*/
-
-#endif /* CONFIG_BZIP2 */