[U-Boot] [PATCH] common: fix missing function pointer relocation in fixup_cmdtable()

Wolfgang Denk wd at denx.de
Sat Oct 15 22:19:44 CEST 2011


Dear Daniel Schwierzeck,

In message <1318522059-16182-1-git-send-email-daniel.schwierzeck at googlemail.com> you wrote:
> 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 at googlemail.com>
> ---
>  common/command.c |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"It is easier to port a shell than a shell script."      - Larry Wall


More information about the U-Boot mailing list