]> Git Repo - J-u-boot.git/blobdiff - cmd/booti.c
Merge https://source.denx.de/u-boot/custodians/u-boot-sh
[J-u-boot.git] / cmd / booti.c
index 3df70ea9caaf6c9a882faba78841a1ed64a1e10d..397d4b832366241ef79425ae5fbb9d16783ece6b 100644 (file)
@@ -43,7 +43,7 @@ static int booti_start(struct cmd_tbl *cmdtp, int flag, int argc,
                debug("*  kernel: default image load address = 0x%08lx\n",
                                image_load_addr);
        } else {
-               ld = simple_strtoul(argv[0], NULL, 16);
+               ld = hextoul(argv[0], NULL);
                debug("*  kernel: cmdline image address = 0x%08lx\n", ld);
        }
 
This page took 0.02715 seconds and 4 git commands to generate.