diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-03-08 12:17:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-03-08 12:17:19 +0000 |
commit | 1e92d0355d3d14bb3a930e9b0e1d7e246f5d8aa5 (patch) | |
tree | 6156ec61b1310e6cb7c989ce6bb841207fe66d9d | |
parent | b1abddb45fade7642e4360ed9594ba0f144fb815 (diff) | |
download | upstream-1e92d0355d3d14bb3a930e9b0e1d7e246f5d8aa5.tar.gz upstream-1e92d0355d3d14bb3a930e9b0e1d7e246f5d8aa5.tar.bz2 upstream-1e92d0355d3d14bb3a930e9b0e1d7e246f5d8aa5.zip |
make bcm6358 consistend with the other boards naming
SVN-Revision: 14788
-rw-r--r-- | target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c index b69821cc61..362d109c73 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c +++ b/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_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) |