diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-11-11 00:15:00 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-11-11 00:15:00 +0000 |
commit | aa790ea61fe17b63918b15a514f38552698fc703 (patch) | |
tree | 15aba35e775103546538e49f16c26342ee4674f9 /target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch | |
parent | 7444a626e2edd01e2bbab97d9aa78e98cc604bf4 (diff) | |
download | upstream-aa790ea61fe17b63918b15a514f38552698fc703.tar.gz upstream-aa790ea61fe17b63918b15a514f38552698fc703.tar.bz2 upstream-aa790ea61fe17b63918b15a514f38552698fc703.zip |
bcm53xx: make bgmac work
This makes bgmac work without sprom and refreshed the patches.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38715
Diffstat (limited to 'target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch b/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch index b695bc94aa..97ad0087eb 100644 --- a/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch +++ b/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch @@ -8,7 +8,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c -@@ -155,6 +155,7 @@ static int bcma_register_cores(struct bc +@@ -144,6 +144,7 @@ static int bcma_register_cores(struct bc core->irq = bus->host_pci->irq; break; case BCMA_HOSTTYPE_SOC: |