diff options
Diffstat (limited to 'include/bootdev.h')
| -rw-r--r-- | include/bootdev.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/bootdev.h b/include/bootdev.h index 8db198dd56b..f9cae2fd1fd 100644 --- a/include/bootdev.h +++ b/include/bootdev.h @@ -186,16 +186,6 @@ int bootdev_find_in_blk(struct udevice *dev, struct udevice *blk, void bootdev_list(bool probe); /** - * bootdev_clear_bootflows() - Clear bootflows from a bootdev - * - * Each bootdev maintains a list of discovered bootflows. This provides a - * way to clear it. These bootflows are removed from the global list too. - * - * @dev: bootdev device to update - */ -void bootdev_clear_bootflows(struct udevice *dev); - -/** * bootdev_first_bootflow() - Get the first bootflow from a bootdev * * Returns the first bootflow attached to a bootdev |
