mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-23 11:41:40 +01: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>