commit | e5166227382791452764df88f4acaeadda7bb0e3 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> | Thu Oct 13 06:07:39 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 15 22:19:36 2011 +0200 |
tree | 4297e2b0b5046a12f8e2f6692944a33d175b4a8b | |
parent | e963a73c39069e0a195f6f12e8ffe306f8358442 [diff] |
common: fix missing function pointer relocation in fixup_cmdtable() The command auto-completion does not work on architectures relying on CONFIG_NEEDS_MANUAL_RELOC like MIPS. Cause is the missing function pointer fixup for cmd_tbl_t::complete function in fixup_cmdtable(). This patch adds the missing pointer fixup in case of CONFIG_AUTO_COMPLETE is defined. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>