vserver 1.9.5.x5
[linux-2.6.git] / arch / arm / boot / compressed / ofw-shark.c
index 0d62ff3..7f6f5db 100644 (file)
@@ -24,6 +24,8 @@ create_params (unsigned long *buffer)
        int j,i,m,k,nr_banks,size;
        unsigned char *c;
 
+       k = 0;
+
        /* Head of the taglist */
        tag->hdr.tag  = ATAG_CORE;
        tag->hdr.size = tag_size(tag_core);