commit | a7ec4d62adaf24cdc6282af92f293775c6e48b89 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:04 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:49 2020 +0530 |
tree | 77d7cfeedcda2d48108907a16836c4503562014f | |
parent | 0c715a2cb764d3653b69618f8c619b656c9efc5f [diff] |
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>