aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-01-06 14:49:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-01-06 14:49:27 +0000
commitebf032ad8fce8fdb2b5cc10f797ca1f425c1b538 (patch)
tree83aa483e0d573a7b28e3325a92e58fee4854b47d /target
parent74ad563925190c5e2cc5a2f797e376defe88846f (diff)
downloadupstream-ebf032ad8fce8fdb2b5cc10f797ca1f425c1b538.tar.gz
upstream-ebf032ad8fce8fdb2b5cc10f797ca1f425c1b538.tar.bz2
upstream-ebf032ad8fce8fdb2b5cc10f797ca1f425c1b538.zip
[brcm63xx] correct SPI register size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13886 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
index 560da0b292..6fa8825b49 100644
--- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
+++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
@@ -95,7 +95,7 @@ enum bcm63xx_regs_set {
#define RSET_ENET_SIZE 2048
#define RSET_ENETDMA_SIZE 2048
#define RSET_UART_SIZE 24
-#define RSET_SPI_SIZE 2048
+#define RSET_SPI_SIZE 256
#define RSET_UDC_SIZE 256
#define RSET_OHCI_SIZE 256
#define RSET_EHCI_SIZE 256