]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/logodl/logodl.c
* Code cleanup:
[people/ms/u-boot.git] / board / logodl / logodl.c
index f16c05bb656f841efbd9ccec37c114a9bebaf521..95634ac0044cd00434b10a90598cfb86589458d0 100644 (file)
@@ -62,7 +62,7 @@ int dram_init (void)
        gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
        gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
 
-        return 0;
+       return 0;
 }