common: Rename and move source()
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:45:04 +0000 (10:45 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 19:02:35 +0000 (14:02 -0500)
commit220a3a44a339a32b3dae13122ec85ccaede5d988
treed679a24b3030851f27f83c7678a0228582e2b544
parent8e8ccfe1aa1a3ea0cb88b4438c7a687fcf8632a1
common: Rename and move source()

This function has a very generic name which does not adequately describe
its purpose. Rename it and move it to image.h, since it relates to reading
a script from an image.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/source.c
drivers/usb/gadget/f_sdp.c
include/common.h
include/image.h