]> Git Repo - J-u-boot.git/blobdiff - cmd/clone.c
mtd: cfi: introduce CFI_FLASH_BANKS
[J-u-boot.git] / cmd / clone.c
index 32473a032c1e254c8c7060abd2e0816b7c9113ee..a906207757127329d49e0e553d51a990282ef7b0 100644 (file)
@@ -34,7 +34,7 @@ static int do_clone(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv
                printf("Unable to open destination device\n");
                return 1;
        }
-       requested = simple_strtoul(argv[5], &unit, 10);
+       requested = dectoul(argv[5], &unit);
        srcbz = srcdesc->blksz;
        destbz = destdesc->blksz;
 
This page took 0.022164 seconds and 4 git commands to generate.