bcm53xx: add one more NVRAM possible size (0x180000)
[openwrt/svn-archive/archive.git] / target / linux / bcm53xx / patches-3.14 / 110-firmware-backport-NVRAM-driver.patch
index 5c460f1ad9cbee4cfb1d129114facdc8f49d3493..eeabb5435476b5e565620a484ae7c930dc1ceb6c 100644 (file)
@@ -71,7 +71,7 @@ index b6e1cc7..8ca7358 100644
  
  static char nvram_buf[NVRAM_SPACE];
 -static const u32 nvram_sizes[] = {0x8000, 0xF000, 0x10000};
-+static const u32 nvram_sizes[] = {0x8000, 0xF000, 0x10000, 0x160000};
++static const u32 nvram_sizes[] = {0x8000, 0xF000, 0x10000, 0x160000, 0x180000};
  
  static u32 find_nvram_size(void __iomem *end)
  {