]> git.ipfire.org Git - thirdparty/u-boot.git/commit
bootstd: Use bootdev instead of bootdevice
authorSimon Glass <sjg@chromium.org>
Wed, 12 Jul 2023 15:04:32 +0000 (09:04 -0600)
committerBin Meng <bmeng@tinylab.org>
Sun, 16 Jul 2023 15:13:17 +0000 (23:13 +0800)
commit4de979f6646d05d13572ecd2b652f0358dfa5de6
tree72c69e233ff155baee85766856947d2398962e8f
parent3c2e531cb8f19841cb734c18623832c73d16c26b
bootstd: Use bootdev instead of bootdevice

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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
boot/bootflow.c
drivers/mmc/mmc_bootdev.c
drivers/scsi/scsi_bootdev.c
drivers/usb/host/usb_bootdev.c
fs/sandbox/host_bootdev.c
include/bootdev.h
include/bootflow.h
net/eth_bootdev.c