1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 10:30:38 +02:00

[brcm63xx] make bcm6358 consistend with the other boards naming

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14788 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-03-08 12:17:19 +00:00
parent a5c53df418
commit 3ef02b142c

View File

@ -179,7 +179,7 @@ static const unsigned long bcm96358_regs_spi[] = {
[SPI_RX_TAIL] = SPI_BCM_6358_SPI_RX_TAIL, [SPI_RX_TAIL] = SPI_BCM_6358_SPI_RX_TAIL,
[SPI_MSG_CTL] = SPI_BCM_6358_MSG_CTL, [SPI_MSG_CTL] = SPI_BCM_6358_MSG_CTL,
[SPI_MSG_DATA] = SPI_BCM_6358_SPI_MSG_DATA, [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) u16 __bcm63xx_get_cpu_id(void)