On Mon, Jul 31, 2023 at 1:15 AM Simon Glass <s...@chromium.org> wrote: > > This name is a little confusing since it suggests that it sets up the > sibling block device. In fact it sets up a bootdev for it. Rename the > function to make this clearer. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > Changes in v2: > - Fix the function name in the header as well > > boot/bootdev-uclass.c | 8 +++++--- > common/usb_storage.c | 2 +- > doc/develop/bootstd.rst | 4 ++-- > drivers/mmc/mmc-uclass.c | 2 +- > drivers/nvme/nvme.c | 2 +- > drivers/scsi/scsi.c | 2 +- > drivers/virtio/virtio-uclass.c | 2 +- > include/bootdev.h | 10 +++++----- > 8 files changed, 17 insertions(+), 15 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>