
12 Jul
2023
12 Jul
'23
1:47 p.m.
On Tue, Jun 20, 2023 at 4:24 PM Simon Glass sjg@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@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@gmail.com