As a first step to recording images and where they came from, update this function to do so, since it is used by two bootmeths
Create a helper function in the bootflow system, since recorded images are always associated with bootflows. Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v3) Changes in v3: - Add a helper in bootflow Changes in v2: - Update to use a new image-type enum in bootflow.h boot/bootflow.c | 21 +++++++++++++++++++++ boot/bootmeth-uclass.c | 12 +++++++++++- boot/bootmeth_extlinux.c | 2 +- boot/bootmeth_script.c | 3 ++- include/bootflow.h | 15 +++++++++++++++ include/bootmeth.h | 8 +++++--- 6 files changed, 55 insertions(+), 6 deletions(-) Applied to ci/master, thanks!