]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/command.h
relocation: fixup cmdtable
[karo-tx-uboot.git] / include / command.h
index 9144d69206149b00e683c4a9bf38763e09802c17..5c146162337c9ef08161167639cde0868c6f5cf3 100644 (file)
@@ -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 */