commit | f32934916c65d3c26c5436b393d886fce8b9ab9f | [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 | ea188950af50dbe172041d111c9ab57dd4632517 [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>