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

2023-07-12 Thread Bin Meng
On Tue, Jun 20, 2023 at 4:24 PM Simon Glass 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.

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

2023-06-20 Thread Simon Glass
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 --- Changes in v2: - Update host_