Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
[oweals/u-boot.git] / board / pm520 / pm520.c
index d7a8c83436848fc847e34675b141c28d377baa63..619df59c90dd9d3fd593b07a4a97ca249c937b0a 100644 (file)
@@ -133,7 +133,7 @@ long int initdram (int board_type)
        *(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) {