]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/cli.h
Rename bootretry functions and remove #ifdefs
[karo-tx-uboot.git] / include / cli.h
index 61f8aee4add979f5af97e7e2e8c29e1676f15270..10dbc6665153427c215bed6fffdf65f8a222ef4e 100644 (file)
@@ -100,9 +100,6 @@ int cli_readline_into_buffer(const char *const prompt, char *buffer,
  */
 int cli_simple_parse_line(char *line, char *argv[]);
 
-/** bootretry_dont_retry() - Indicate that we should not retry the boot */
-void bootretry_dont_retry(void);
-
 #define endtick(seconds) (get_ticks() + (uint64_t)(seconds) * get_tbclk())
 
 #endif