correct SPI register size
SVN-Revision: 13886
This commit is contained in:
parent
d4931a56f4
commit
4c7d2cf90e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ enum bcm63xx_regs_set {
|
||||||
#define RSET_ENET_SIZE 2048
|
#define RSET_ENET_SIZE 2048
|
||||||
#define RSET_ENETDMA_SIZE 2048
|
#define RSET_ENETDMA_SIZE 2048
|
||||||
#define RSET_UART_SIZE 24
|
#define RSET_UART_SIZE 24
|
||||||
#define RSET_SPI_SIZE 2048
|
#define RSET_SPI_SIZE 256
|
||||||
#define RSET_UDC_SIZE 256
|
#define RSET_UDC_SIZE 256
|
||||||
#define RSET_OHCI_SIZE 256
|
#define RSET_OHCI_SIZE 256
|
||||||
#define RSET_EHCI_SIZE 256
|
#define RSET_EHCI_SIZE 256
|
||||||
|
|
Loading…
Reference in a new issue