mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00: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:
parent
7e4a9e6dc8
commit
620f1f6a64
6 changed files with 56 additions and 92 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue