]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
esd:cmd_loadpci.c: Switch from "do_source" to "source"
authorTom Rini <trini@ti.com>
Mon, 21 Jul 2014 15:16:07 +0000 (11:16 -0400)
committerTom Rini <trini@ti.com>
Tue, 22 Jul 2014 11:44:24 +0000 (07:44 -0400)
commitec4f5040f73cfedfe9b87e319595291a4f116a15
tree8980b209126fd598e9ffd78f0d33327fd267e36b
parent3364b1898c23f8016548acc2c099b08e865b8a61
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>
board/esd/common/cmd_loadpci.c