[PATCH v2 04/19] bootstd: Use bootdev instead of bootdevice

Bin Meng bmeng.cn at gmail.com
Wed Jul 12 13:47:51 CEST 2023


On Tue, Jun 20, 2023 at 4:24 PM Simon Glass <sjg at chromium.org> wrote:
>
> It seems better to call this a 'bootdev' since this is name used in the
> documentation. The older 'Bootdevice' name is no-longer used and may cause
> confusion with the 'bootdevice' environment variable.
>
> Update throughout to use bootdev.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Update host_bootdev.c too
>
>  boot/bootflow.c                | 4 ++--
>  drivers/mmc/mmc_bootdev.c      | 2 +-
>  drivers/scsi/scsi_bootdev.c    | 2 +-
>  drivers/usb/host/usb_bootdev.c | 2 +-
>  fs/sandbox/host_bootdev.c      | 2 +-
>  include/bootdev.h              | 2 +-
>  include/bootflow.h             | 2 +-
>  net/eth_bootdev.c              | 2 +-
>  8 files changed, 9 insertions(+), 9 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list