From 25eb97e6c7b8779a570dfc081316e885f3072a20 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 2 Feb 2014 20:58:18 +0100 Subject: [PATCH] Small fixes --- u-boot/cpu/mips/ar7240/hornet_ddr_init.S | 2 +- u-boot/cpu/mips/start_bootstrap.S | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/u-boot/cpu/mips/ar7240/hornet_ddr_init.S b/u-boot/cpu/mips/ar7240/hornet_ddr_init.S index 2230da5..32dc742 100755 --- a/u-boot/cpu/mips/ar7240/hornet_ddr_init.S +++ b/u-boot/cpu/mips/ar7240/hornet_ddr_init.S @@ -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 diff --git a/u-boot/cpu/mips/start_bootstrap.S b/u-boot/cpu/mips/start_bootstrap.S index b0619b0..5f99696 100755 --- a/u-boot/cpu/mips/start_bootstrap.S +++ b/u-boot/cpu/mips/start_bootstrap.S @@ -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 -- 2.25.1