X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fcommand.h;h=6c04cd9007a5ea1bdc05b0580355bb62c0c5fac2;hb=867e58744bc55c8ba8235109cf3fc12a1bc0756e;hp=bd3fc049ecaa7b3e3c30c0fafc4fb35dd1790f02;hpb=8f02caac64980faa73b2bf00462b400c86257d04;p=karo-tx-uboot.git diff --git a/include/command.h b/include/command.h index bd3fc049ec..6c04cd9007 100644 --- a/include/command.h +++ b/include/command.h @@ -104,6 +104,8 @@ static inline int bootm_maybe_autostart(cmd_tbl_t *cmdtp, const char *cmd) extern int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); +extern int do_booti(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); + extern int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc, char *const argv[]);