diff options
Diffstat (limited to 'include/command.h')
| -rw-r--r-- | include/command.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/command.h b/include/command.h index 9144d6920..5c1461623 100644 --- a/include/command.h +++ b/include/command.h @@ -125,4 +125,7 @@ cmd_tbl_t __u_boot_cmd_##name Struct_Section = {#name, maxargs, rep, cmd, usage}  #endif	/* CONFIG_SYS_LONGHELP */ +#if !defined(CONFIG_RELOC_FIXUP_WORKS) +void fixup_cmdtable(cmd_tbl_t *cmdtp, int size); +#endif  #endif	/* __COMMAND_H */ |