Small fixes
authorPiotr Dymacz <pepe2k@gmail.com>
Sun, 2 Feb 2014 19:58:18 +0000 (20:58 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Sun, 2 Feb 2014 19:58:18 +0000 (20:58 +0100)
u-boot/cpu/mips/ar7240/hornet_ddr_init.S
u-boot/cpu/mips/start_bootstrap.S

index 2230da56046368b6f900252cf245c538361228c3..32dc74267cab3962e319822c351ba3eba8afc7c5 100755 (executable)
@@ -186,7 +186,7 @@ ddr1_config:
        set_mem(0xB8000010, t8);
 
        // 0x18000008 (DDR_MODE_REGISTER, p. 55)
-       li t8,CFG_DDR_MODE_VAL_INIT;
+       li t8, CFG_DDR_MODE_VAL_INIT;
        set_mem(0xB8000008, t8);
 
        // Write Mode Word in DDR
index b0619b018b8f841560b856cf59f7295c91ada72b..5f996960fb914318c789f52ccfdff9974c512ca0 100755 (executable)
@@ -583,13 +583,6 @@ normal_path:
        jalr    t9
        nop
        nop
-
-#if 0
-       la      t9, hornet_ddr_tap_init
-       jalr    t9
-       nop
-#endif
-
 #endif
 
        la      t0, rel_start