mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
relocation: fixup cmdtable
fixup_cmdtable() did all work for fixing up the cmdtable, if CONFIG_RELOC_FIXUP_WORKS is not defined. CONFIG_RELOC_FIXUP_WORKS is missing for i386! I talked with Graeme Russ, and he will fix this soon. Portions of this work were supported by funding from the CE Linux Forum. Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
committed by
Wolfgang Denk
parent
7e4a9e6dc8
commit
620f1f6a64
@@ -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 */
|
||||
|
Reference in New Issue
Block a user