commit | 220a3a44a339a32b3dae13122ec85ccaede5d988 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:04 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 14:02:35 2020 -0500 |
tree | d679a24b3030851f27f83c7678a0228582e2b544 | |
parent | 8e8ccfe1aa1a3ea0cb88b4438c7a687fcf8632a1 [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>