]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sbc8548/sbc8548.c
Big white-space cleanup.
[people/ms/u-boot.git] / board / sbc8548 / sbc8548.c
index 8a6ced38642afe2a35e1f5d7c4358b09d09022a8..9c8c6733f7a0bae277ab2a3db006f2a8ae57ebe2 100644 (file)
@@ -299,7 +299,7 @@ long int fixed_sdram (void)
        ddr->cs1_config         = 0x80010101;
        ddr->cs2_config         = 0x00000000;
        ddr->cs3_config         = 0x00000000;
-       ddr->ext_refrec         = 0x00000000;
+       ddr->timing_cfg_3               = 0x00000000;
        ddr->timing_cfg_0       = 0x00220802;
        ddr->timing_cfg_1       = 0x38377322;
        ddr->timing_cfg_2       = 0x0fa044C7;
@@ -310,7 +310,7 @@ long int fixed_sdram (void)
        ddr->sdram_interval     = 0x05080100;
        ddr->sdram_md_cntl      = 0x00000000;
        ddr->sdram_data_init    = 0x00000000;
-       ddr->sdram_clk_cntl     = 0x03800000;
+       ddr->sdram_clk_cntl     = 0x03800000;
        asm("sync;isync;msync");
        udelay(500);