X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fcommand.h;h=6c04cd9007a5ea1bdc05b0580355bb62c0c5fac2;hb=ddc2d056e83d1a88dd24a5e03e7460dc37f2f423;hp=bd3fc049ecaa7b3e3c30c0fafc4fb35dd1790f02;hpb=2db8c2d61a05bb4a94bb341329c6de811757c111;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[]);