commit | 858fefd5fc3ae9006a0f545d7744e6f95270b14d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 06 08:52:27 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 16 18:24:24 2023 -0500 |
tree | d43237c591cc54a891fed7f45b1b0167e5a5e76f | |
parent | 32bab0eae51b55898d1e2804e6614d9143840581 [diff] |
image: Add a function to find a script in an image Split this functionality out of the 'source' command so it can be used from another place. For now leave it where it is, but a future patch will move it out of cmd/ Signed-off-by: Simon Glass <sjg@chromium.org>