Hi Simon, On Sat, Apr 29, 2023 at 3:20 AM Simon Glass <s...@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 <s...@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