
31 Jul
2023
31 Jul
'23
4:05 a.m.
On Mon, Jul 31, 2023 at 1:15 AM Simon Glass sjg@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 sjg@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.cn@gmail.com