commit | bf8c5b05b83548e02a1d577d549d8c7c166aef78 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 14 19:59:21 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Mar 06 21:09:26 2012 +0100 |
tree | 6c15ac7b41232fd580a2a2ff75ee5bdee76a20e7 | |
parent | 8161d048f242468d23f153181f3b917e6f4afc64 [diff] |
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>