[PATCH 04/18] bootstd: Use bootdev instead of bootdevice
Bin Meng
bmeng.cn at gmail.com
Mon May 15 09:37:21 CEST 2023
Hi Simon,
On Sat, Apr 29, 2023 at 3:20 AM 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>
> ---
>
> boot/bootflow.c | 4 ++--
> drivers/mmc/mmc_bootdev.c | 2 +-
> drivers/scsi/scsi_bootdev.c | 2 +-
> drivers/usb/host/usb_bootdev.c | 2 +-
> include/bootdev.h | 2 +-
> include/bootflow.h | 2 +-
> net/eth_bootdev.c | 2 +-
> 7 files changed, 8 insertions(+), 8 deletions(-)
>
Looks fs/sandbox/host_bootdev.c needs to be updated too?
Regards,
Bin
More information about the U-Boot
mailing list