make bcm6358 consistend with the other boards naming
authorFlorian Fainelli <florian@openwrt.org>
Sun, 8 Mar 2009 12:17:19 +0000 (12:17 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 8 Mar 2009 12:17:19 +0000 (12:17 +0000)
SVN-Revision: 14788

target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c

index b69821cc61f3043c5deb9f752f13ee76e436ea9c..362d109c73ffca9dad75dd1bfc22ddbb2d3feb46 100644 (file)
@@ -179,7 +179,7 @@ static const unsigned long bcm96358_regs_spi[] = {
        [SPI_RX_TAIL]           = SPI_BCM_6358_SPI_RX_TAIL,
        [SPI_MSG_CTL]           = SPI_BCM_6358_MSG_CTL,
        [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)