X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fsunxi-spl-image-builder.c;h=a367f117740386c3d37028ad93f2b725caa9420a;hb=57f0bc428aeecbc30a89a10be05fa69fd3e64aef;hp=d538a38813194a0e88df97f6f281c34ebada7636;hpb=04735a8fc45ba7c9f5b17d4837a0c649087b29e1;p=u-boot diff --git a/tools/sunxi-spl-image-builder.c b/tools/sunxi-spl-image-builder.c index d538a38813..a367f11774 100644 --- a/tools/sunxi-spl-image-builder.c +++ b/tools/sunxi-spl-image-builder.c @@ -433,7 +433,7 @@ int main(int argc, char **argv) break; case 'c': info.ecc_strength = strtol(optarg, &endptr, 0); - if (endptr || *endptr == '/') + if (*endptr == '/') info.ecc_step_size = strtol(endptr + 1, NULL, 0); break; case 'p':