1 // SPDX-License-Identifier: GPL-2.0+
11 static int do_fitupd(struct cmd_tbl *cmdtp, int flag, int argc,
20 addr = simple_strtoul(argv[1], NULL, 16);
22 return update_tftp(addr, NULL, NULL);
25 U_BOOT_CMD(fitupd, 2, 0, do_fitupd,
26 "update from FIT image",
28 "\t- run update from FIT image at addr\n"
29 "\t or from tftp 'updatefile'"