Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
CONFIG_JFFS2_LZARI are added. Both are undefined by default.
diff --git a/board/icecube/icecube.c b/board/icecube/icecube.c
index 3763821..7c9a92a 100644
--- a/board/icecube/icecube.c
+++ b/board/icecube/icecube.c
@@ -133,7 +133,7 @@
 	*(vu_long *)MPC5XXX_SDRAM_CS1CFG = dramsize + 0x0000001e;/* 2G */
 
 	/* find RAM size using SDRAM CS1 only */
-	if (!dramsize) 
+	if (!dramsize)
 		sdram_start(0);
 	test2 = test1 = get_ram_size((ulong *)(CFG_SDRAM_BASE + dramsize), 0x80000000);
 	if (!dramsize) {