From: Florian Fainelli Date: Sun, 8 Mar 2009 12:17:19 +0000 (+0000) Subject: [brcm63xx] make bcm6358 consistend with the other boards naming X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=4da5deb212432358fc82a33725367f606d44581c;hp=54eb83b654a5fc94e825c3c9898818f6c9543dc7 [brcm63xx] make bcm6358 consistend with the other boards naming SVN-Revision: 14788 --- 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)