[U-Boot] [PATCH v5 4/9] Stop using builtin_run_command()
Wolfgang Denk
wd at denx.de
Tue Mar 6 21:10:11 CET 2012
Dear Simon Glass,
In message <1329285566-30386-5-git-send-email-sjg at chromium.org> you wrote:
> Boards can select either the 'built-in' parser or the hush parser. We
> should not call builtin_run_command() if we are using the hush parser.
> We use run_command() instead, since it knows how to call the correct
> parser.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> Changes in v5:
> - Add function comment to run_command()
> - Adjust commit message to make it easier for Mike to grok
>
> arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 7 +----
> board/esd/common/auto_update.c | 2 +-
> board/esd/common/cmd_loadpci.c | 2 +-
> board/esd/du440/du440.c | 2 +-
> common/cmd_bedbug.c | 2 +-
> common/cmd_bootm.c | 8 +-----
> common/cmd_source.c | 4 +-
> common/main.c | 49 +++++++++++++++++---------------
> include/common.h | 1 -
> 9 files changed, 34 insertions(+), 43 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 dangerous to be sincere unless you are also stupid.
- George Bernard Shaw
More information about the U-Boot
mailing list