From: Piotr Dymacz Date: Thu, 3 Dec 2015 08:05:44 +0000 (+0100) Subject: Update default SPI divider value for QCA953x X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=be0be37a8eb98cde4dbcad40ac815940285649a2;p=oweals%2Fu-boot_mod.git Update default SPI divider value for QCA953x --- diff --git a/u-boot/cpu/mips/start.S b/u-boot/cpu/mips/start.S index 192fd11..3dbf903 100644 --- a/u-boot/cpu/mips/start.S +++ b/u-boot/cpu/mips/start.S @@ -303,7 +303,7 @@ rel_start: /* REMAP_DISABLE */ li a0, KSEG1ADDR(QCA_SPI_CTRL_REG) #if (SOC_TYPE & QCA_QCA953X_SOC) - li t0, 0x246 + li t0, 0x243 #elif (SOC_TYPE & QCA_AR934X_SOC) li t0, 0x243 #else diff --git a/u-boot/cpu/mips/start_bootstrap.S b/u-boot/cpu/mips/start_bootstrap.S index 7937c64..a0f713b 100644 --- a/u-boot/cpu/mips/start_bootstrap.S +++ b/u-boot/cpu/mips/start_bootstrap.S @@ -300,7 +300,7 @@ rel_start: /* REMAP_DISABLE */ li a0, KSEG1ADDR(QCA_SPI_CTRL_REG) #if (SOC_TYPE & QCA_QCA953X_SOC) - li t0, 0x246 + li t0, 0x243 #elif (SOC_TYPE & QCA_AR934X_SOC) li t0, 0x243 #else