
Dear Simon Glass,
In message 1329285566-30386-5-git-send-email-sjg@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@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