diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:29 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:29 +0000 |
commit | 099d5eec062d510826cc9133ac31b7aa1bc73d42 (patch) | |
tree | 47684a16e565c4fdfdf640eeeac8d1d892aba194 /target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch | |
parent | 7dbb132c8895d6f10979e882de69c94e55dfbc10 (diff) | |
download | upstream-099d5eec062d510826cc9133ac31b7aa1bc73d42.tar.gz upstream-099d5eec062d510826cc9133ac31b7aa1bc73d42.tar.bz2 upstream-099d5eec062d510826cc9133ac31b7aa1bc73d42.zip |
bcm63xx: add preliminary support for bcm6328
SVN-Revision: 31878
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch b/target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch index 3d7d3e8daa..512f53f9f0 100644 --- a/target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch +++ b/target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch @@ -50,7 +50,7 @@ Subject: [PATCH 30/63] bcm63xx_enet: split dma registers access. if (ret) --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h -@@ -140,7 +140,9 @@ enum bcm63xx_regs_set { +@@ -156,7 +156,9 @@ enum bcm63xx_regs_set { #define BCM_6358_RSET_SPI_SIZE 1804 #define BCM_6368_RSET_SPI_SIZE 1804 #define RSET_ENET_SIZE 2048 |