commit | 065fd4a88225a10532bef6922a1a946284fd67f4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Jul 21 11:16:07 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Tue Jul 22 07:44:24 2014 -0400 |
tree | 8980b209126fd598e9ffd78f0d33327fd267e36b | |
parent | 40250da6092c7fa79b3535c749639fec72ea2f57 [diff] |
esd:cmd_loadpci.c: Switch from "do_source" to "source" Rather than calling do_source directly (which is not officially exported from cmd_source.c) call 'source' which is exported and requires a little less code to do so as well. Signed-off-by: Tom Rini <trini@ti.com>