kernel: 3.14: update bcm47xxpart

It it used by brcm47xx and bcm53xx targets, so put patches in generic.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 42212
This commit is contained in:
Hauke Mehrtens 2014-08-18 21:57:54 +00:00
parent 770ba9d40f
commit 4a9acacf53
5 changed files with 147 additions and 2 deletions

View file

@ -1,6 +1,6 @@
--- a/drivers/mtd/bcm47xxpart.c
+++ b/drivers/mtd/bcm47xxpart.c
@@ -68,6 +68,7 @@ static int bcm47xxpart_parse(struct mtd_
@@ -89,6 +89,7 @@ static int bcm47xxpart_parse(struct mtd_
int trx_part = -1;
int last_trx_part = -1;
int possible_nvram_sizes[] = { 0x8000, 0xF000, 0x10000, };
@ -8,7 +8,7 @@
if (blocksize <= 0x10000)
blocksize = 0x10000;
@@ -229,12 +230,23 @@ static int bcm47xxpart_parse(struct mtd_
@@ -269,12 +270,23 @@ static int bcm47xxpart_parse(struct mtd_
if (buf[0] == NVRAM_HEADER) {
bcm47xxpart_add_part(&parts[curr_part++], "nvram",
master->size - blocksize, 0);