Stop using builtin_run_command()
authorSimon Glass <sjg@chromium.org>
Tue, 14 Feb 2012 19:59:21 +0000 (19:59 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 6 Mar 2012 20:09:26 +0000 (21:09 +0100)
commit5307153236caaf2304e578c148e00a4b65cb8604
tree6c15ac7b41232fd580a2a2ff75ee5bdee76a20e7
parent009dde1955583e306cf904c864068f3acb0db499
Stop using builtin_run_command()

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@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
arch/arm/cpu/arm926ejs/kirkwood/cpu.c
board/esd/common/auto_update.c
board/esd/common/cmd_loadpci.c
board/esd/du440/du440.c
common/cmd_bedbug.c
common/cmd_bootm.c
common/cmd_source.c
common/main.c
include/common.h