From: Florian Fainelli Date: Tue, 6 Jan 2009 14:49:27 +0000 (+0000) Subject: correct SPI register size X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4c7d2cf90e48bb8d6a9b4b0dfc94dff703c9c209;p=openwrt%2Fstaging%2Frmilecki.git correct SPI register size SVN-Revision: 13886 --- 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 560da0b2929..6fa8825b498 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