diff options
Diffstat (limited to 'target/linux/atheros/patches-3.10/140-redboot_boardconfig.patch')
-rw-r--r-- | target/linux/atheros/patches-3.10/140-redboot_boardconfig.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-3.10/140-redboot_boardconfig.patch b/target/linux/atheros/patches-3.10/140-redboot_boardconfig.patch index 4191b0d..3925b67 100644 --- a/target/linux/atheros/patches-3.10/140-redboot_boardconfig.patch +++ b/target/linux/atheros/patches-3.10/140-redboot_boardconfig.patch @@ -43,12 +43,11 @@ parts[i].size = fl->img->size; parts[i].offset = fl->img->flash_base; parts[i].name = names; -@@ -284,6 +289,14 @@ static int parse_redboot_partitions(stru +@@ -284,6 +289,13 @@ static int parse_redboot_partitions(stru fl = fl->next; kfree(tmp_fl); } -+ if(master->size - max_offset >= master->erasesize) -+ { ++ if (master->size - max_offset >= master->erasesize) { + parts[nrparts].size = master->size - max_offset; + parts[nrparts].offset = max_offset; + parts[nrparts].name = names; |