From 9ab6f18b7b490d3515f5089786c6bced49e27022 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 6 Jan 2009 14:49:27 +0000 Subject: [PATCH] [brcm63xx] correct SPI register size SVN-Revision: 13886 --- .../brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2