summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.10/332-MIPS-BCM63XX-detect-bcm6328-variants.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: fix build failure on varidFlorian Fainelli2014-01-141-1/+1
| | | | | | | | | varid might both unused and unitialized when building for e.g: bcm6318, fix these two warnings turned into errors. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39277
* brcm63xx: add support for chip variantsJonas Gorski2014-01-131-0/+67
Some SoCs have variants which are mostly the same, but use a different chip id (or not). Add code for detecting them and handling them as their standard counterparts. This adds support for e.g. BCM6369. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39269