Re: [U-Boot] [PATCH v5 2/9] Rename run_command() to builtin_run_command()

2012-03-06 Thread Wolfgang Denk
Dear Simon Glass, In message <1329285566-30386-3-git-send-email-...@chromium.org> you wrote: > The current run_command() is only one of the parsing options - the other > is hush. We should not call run_command() when the hush parser is being > used. So we rename this function to better explain its

Re: [U-Boot] [PATCH v5 2/9] Rename run_command() to builtin_run_command()

2012-03-05 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v5 2/9] Rename run_command() to builtin_run_command()

2012-02-14 Thread Simon Glass
The current run_command() is only one of the parsing options - the other is hush. We should not call run_command() when the hush parser is being used. So we rename this function to better explain its purpose. Signed-off-by: Simon Glass --- Changes in v4: - Minor comment change for call to builtin