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 | 2 |
1 files changed, 1 insertions, 1 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 3925b67..678d7ec 100644 --- a/target/linux/atheros/patches-3.10/140-redboot_boardconfig.patch +++ b/target/linux/atheros/patches-3.10/140-redboot_boardconfig.patch @@ -38,7 +38,7 @@ } #endif for ( ; i<nrparts; i++) { -+ if(max_offset < buf[i].flash_base + buf[i].size) ++ if (max_offset < buf[i].flash_base + buf[i].size) + max_offset = buf[i].flash_base + buf[i].size; parts[i].size = fl->img->size; parts[i].offset = fl->img->flash_base; |