Browse Source

make bcm6358 consistend with the other boards naming

SVN-Revision: 14788
Florian Fainelli 17 years ago
parent
commit
1e92d0355d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c

+ 1 - 1
target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c

@@ -179,7 +179,7 @@ static const unsigned long bcm96358_regs_spi[] = {
 	[SPI_RX_TAIL]		= SPI_BCM_6358_SPI_RX_TAIL,
 	[SPI_RX_TAIL]		= SPI_BCM_6358_SPI_RX_TAIL,
 	[SPI_MSG_CTL]		= SPI_BCM_6358_MSG_CTL,
 	[SPI_MSG_CTL]		= SPI_BCM_6358_MSG_CTL,
 	[SPI_MSG_DATA]		= SPI_BCM_6358_SPI_MSG_DATA,
 	[SPI_MSG_DATA]		= SPI_BCM_6358_SPI_MSG_DATA,
-	[SPI_RX_DATA]		= SPI_BCM_6358_SPI_RX_FIFO,
+	[SPI_RX_DATA]		= SPI_BCM_6358_SPI_RX_DATA,
 };
 };
 
 
 u16 __bcm63xx_get_cpu_id(void)
 u16 __bcm63xx_get_cpu_id(void)