fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / arch / cris / arch-v10 / boot / compressed / misc.c
index 6506ac4..ffb8d21 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * misc.c
  *
- * $Id: misc.c,v 1.4 2003/04/09 05:20:45 starvik Exp $
+ * $Id: misc.c,v 1.6 2003/10/27 08:04:31 starvik Exp $
  * 
  * This is a collection of several routines from gzip-1.0.3 
  * adapted for Linux.
@@ -20,7 +20,6 @@
 
 #define KERNEL_LOAD_ADR 0x40004000
 
-#include <linux/config.h>
 
 #include <linux/types.h>
 #include <asm/arch/svinto.h>
@@ -263,7 +262,7 @@ decompress_kernel()
        __asm__ volatile ("move vr,%0" : "=rm" (revision));
        if (revision < 10)
        {
-               puts("You need an ETRAX 100LX to run linux 2.4\n");
+               puts("You need an ETRAX 100LX to run linux 2.6\n");
                while(1);
        }