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 | 9fb383ef358cc9613ef190c27527d2475dff173e (patch) | |
tree | 6355e68c129b80e8e9181464e677a9ce8e145e43 /target/linux/brcm63xx | |
parent | fc26c7a30504ec095601c1bc649a616140f9a381 (diff) | |
download | upstream-9fb383ef358cc9613ef190c27527d2475dff173e.tar.gz upstream-9fb383ef358cc9613ef190c27527d2475dff173e.tar.bz2 upstream-9fb383ef358cc9613ef190c27527d2475dff173e.zip |
[brcm63xx] make bcm6358 consistend with the other boards naming
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14788 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-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) |