From 9fb383ef358cc9613ef190c27527d2475dff173e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 8 Mar 2009 12:17:19 +0000 Subject: [brcm63xx] make bcm6358 consistend with the other boards naming git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14788 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux') 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) -- cgit v1.2.3