diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-01-06 14:49:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-01-06 14:49:27 +0000 |
commit | 4c7d2cf90e48bb8d6a9b4b0dfc94dff703c9c209 (patch) | |
tree | 613be89e63de9f8819eac1ce354906bbc8f1b6c0 | |
parent | d4931a56f4827330b034d971f5a4861c94cd596c (diff) | |
download | upstream-4c7d2cf90e48bb8d6a9b4b0dfc94dff703c9c209.tar.gz upstream-4c7d2cf90e48bb8d6a9b4b0dfc94dff703c9c209.tar.bz2 upstream-4c7d2cf90e48bb8d6a9b4b0dfc94dff703c9c209.zip |
correct SPI register size
SVN-Revision: 13886
-rw-r--r-- | target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h | 2 |
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 |