]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/icecube/icecube.c
Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
[karo-tx-uboot.git] / board / icecube / icecube.c
index 376382194206e3cfc8c99d7503041c4801774afd..7c9a92a913f6e4926b8ceaf045cc1faa7c5c6460 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) {