diff options
Diffstat (limited to 'include/command.h')
| -rw-r--r-- | include/command.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/command.h b/include/command.h index 5c1461623..46a9ec4c4 100644 --- a/include/command.h +++ b/include/command.h @@ -125,7 +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) +#if defined(CONFIG_NEEDS_MANUAL_RELOC)  void fixup_cmdtable(cmd_tbl_t *cmdtp, int size);  #endif  #endif	/* __COMMAND_H */ |