diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-31 21:44:41 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-31 21:44:41 +0000 |
commit | 69c403c234c1c9e1a06c719135e9396815a3b756 (patch) | |
tree | 48eb19158cb134a80bec52e00f3283235bddfcb8 /target/linux/bcm53xx/patches-3.14/123-bcma-get-sprom-from-devicetree.patch | |
parent | 350765676e657e8b2fb7e8cd794cbfa88dad52dc (diff) | |
download | upstream-69c403c234c1c9e1a06c719135e9396815a3b756.tar.gz upstream-69c403c234c1c9e1a06c719135e9396815a3b756.tar.bz2 upstream-69c403c234c1c9e1a06c719135e9396815a3b756.zip |
bcm53xx: update to kernel 3.14
Use kernel 3.14 by default and refresh the patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41913
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/123-bcma-get-sprom-from-devicetree.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/123-bcma-get-sprom-from-devicetree.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/123-bcma-get-sprom-from-devicetree.patch b/target/linux/bcm53xx/patches-3.14/123-bcma-get-sprom-from-devicetree.patch index a10542e7d3..0bf1308045 100644 --- a/target/linux/bcm53xx/patches-3.14/123-bcma-get-sprom-from-devicetree.patch +++ b/target/linux/bcm53xx/patches-3.14/123-bcma-get-sprom-from-devicetree.patch @@ -70,7 +70,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> static int bcma_fill_sprom_with_fallback(struct bcma_bus *bus, struct ssb_sprom *out) { -@@ -579,7 +621,14 @@ int bcma_sprom_get(struct bcma_bus *bus) +@@ -580,7 +622,14 @@ int bcma_sprom_get(struct bcma_bus *bus) u16 *sprom; size_t sprom_sizes[] = { SSB_SPROMSIZE_WORDS_R4, SSB_SPROMSIZE_WORDS_R10, }; |