do_booti
The interface has the following parameters.
- Synopsis:
int do_booti(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
- Description: The interface is used to run the
booti
command, and boot the Linux kernel "Image" format from memory. - Parameter:
- cmdtp: The command information for the
booti
command. - flag: The command flags.
- argc: The number of arguments.
- agrv: The list of arguments.
- cmdtp: The command information for the
- Return:
- Success: 0.
- Failure: Any value other than 0.