brcm63xx: reduce the number of Ethernet DMA channels from 16 to 8
[openwrt.git] / target / linux / brcm63xx / patches-3.9 / 426-hcs_mac_addr_pool.patch
index 6354fe621469bf39e93e71a5338ab4efb6b903ab..364bf48928c146dc8c5984d9c0fe37b1eaa0fc91 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/nvram.c
 +++ b/arch/mips/bcm63xx/nvram.c
-@@ -52,6 +52,7 @@ void __init bcm63xx_nvram_init(void *add
+@@ -45,6 +45,7 @@ void __init bcm63xx_nvram_init(void *add
  {
        unsigned int check_len;
        u32 crc, expected_crc;
@@ -8,7 +8,7 @@
  
        /* extract nvram data */
        memcpy(&nvram, addr, sizeof(nvram));
-@@ -73,6 +74,15 @@ void __init bcm63xx_nvram_init(void *add
+@@ -65,6 +66,15 @@ void __init bcm63xx_nvram_init(void *add
        if (crc != expected_crc)
                pr_warn("nvram checksum failed, contents may be invalid (expected %08x, got %08x)\n",
                        expected_crc, crc);