]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_generic/bzlib_randtable.c
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / lib_generic / bzlib_randtable.c
index a0dd573d1ce9944b73fc952a4eb10f7f8e491dcf..c3dc7e41817a7558ec56b455aeabe0e020077b10 100755 (executable)
@@ -1,5 +1,4 @@
 #include <config.h>
-#ifdef CONFIG_BZIP2
 
 /*-------------------------------------------------------------*/
 /*--- Table for randomising repetitive blocks               ---*/
@@ -124,5 +123,3 @@ Int32 BZ2_rNums[512] = {
 /*-------------------------------------------------------------*/
 /*--- end                                       randtable.c ---*/
 /*-------------------------------------------------------------*/
-
-#endif /* CONFIG_BZIP2 */