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

2023-05-15 Thread Bin Meng
Hi Simon, On Sat, Apr 29, 2023 at 3:20 AM 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 us

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

2023-04-28 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 --- boot/bootflow.c