mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-06 13:11:33 +02:00
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>