summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-08 12:17:19 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-08 12:17:19 +0000
commit3ef02b142c57774dc0b30b3c49ac5afdaad4d271 (patch)
tree6355e68c129b80e8e9181464e677a9ce8e145e43 /target
parenta5c53df418e30aeb198fc8a4bbe091ef0177d8ef (diff)
[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')
-rw-r--r--target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c2
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 b69821cc6..362d109c7 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)