|
@@ -42,7 +42,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima
|
|
if (boot_get_fdt(flag, argc, argv, images, &of_flat_tree, &of_size))
|
|
if (boot_get_fdt(flag, argc, argv, images, &of_flat_tree, &of_size))
|
|
of_flat_tree = (char *)simple_strtoul(argv[3], NULL, 16);
|
|
of_flat_tree = (char *)simple_strtoul(argv[3], NULL, 16);
|