All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] common: fix missing function pointer relocation in fixup_cmdtable()
Date: Sat, 15 Oct 2011 22:19:44 +0200	[thread overview]
Message-ID: <20111015201944.DBC1C1408743@gemini.denx.de> (raw)
In-Reply-To: <1318522059-16182-1-git-send-email-daniel.schwierzeck@googlemail.com>

Dear Daniel Schwierzeck,

In message <1318522059-16182-1-git-send-email-daniel.schwierzeck@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@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

  parent reply	other threads:[~2011-10-15 20:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-13 16:07 [U-Boot] [PATCH] common: fix missing function pointer relocation in fixup_cmdtable() Daniel Schwierzeck
2011-10-14 12:08 ` [U-Boot] [PATCH v2] " Daniel Schwierzeck
2011-10-18 21:12   ` [U-Boot] [PATCH v3] " Daniel Schwierzeck
2011-10-23 20:22     ` Wolfgang Denk
2011-10-15 20:19 ` Wolfgang Denk [this message]
2011-10-18 12:37   ` [U-Boot] [PATCH] " Daniel Schwierzeck
2011-10-18 20:20     ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111015201944.DBC1C1408743@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.