Add a comment to help implementers deal with the need for calling fs_set_blk_dev_with_part()
Signed-off-by: Simon Glass <s...@chromium.org> --- include/bootmeth.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/bootmeth.h b/include/bootmeth.h index 8f4706c555c..d25718d9a14 100644 --- a/include/bootmeth.h +++ b/include/bootmeth.h @@ -213,6 +213,9 @@ int bootmeth_check(struct udevice *dev, struct bootflow_iter *iter); /** * bootmeth_read_bootflow() - set up a bootflow for a device * + * On entry fs_set_blk_dev_with_part() has been called so it should be possible + * to read the file without calling that again. + * * @dev: Bootmethod device to check * @bflow: On entry, provides dev, hwpart, part and method. * Returns updated bootflow if found -- 2.43.0