image: Add a function to find a script in an image
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 14:52:27 +0000 (08:52 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 16 Jan 2023 23:24:24 +0000 (18:24 -0500)
commit858fefd5fc3ae9006a0f545d7744e6f95270b14d
treed43237c591cc54a891fed7f45b1b0167e5a5e76f
parent32bab0eae51b55898d1e2804e6614d9143840581
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>
cmd/source.c
include/image.h