]> git.baikalelectronics.ru Git - uboot.git/commit
common: Rename and move source()
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:45:04 +0000 (10:45 -0700)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 24 Jan 2020 17:36:49 +0000 (23:06 +0530)
commit31a3de35eb9be2e007e1ed7491aad37b934dbd06
tree77d7cfeedcda2d48108907a16836c4503562014f
parent5edde1d1f8053bf9fbe1f866546e9d06dc110669
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