]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/incaip/incaip.c
Coding Style cleanup: replace leading SPACEs by TABs
[people/ms/u-boot.git] / board / incaip / incaip.c
index 911fb63fcd995be6884fb7f5e45a3ab4aa33998f..217b8afa34734de04481702c1d102ed0be01187a 100644 (file)
@@ -58,9 +58,9 @@ phys_size_t initdram(int board_type)
                for (rows = 0xB; rows <= 0xD; rows++)
                {
                        *INCA_IP_SDRAM_MC_CFGPB0 = (0x14 << 8) |
-                                                  (rows << 4) | cols;
+                                                  (rows << 4) | cols;
                        size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
-                                                            max_sdram_size());
+                                                            max_sdram_size());
 
                        if (size > max_size)
                        {