commit | 4de979f6646d05d13572ecd2b652f0358dfa5de6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 12 09:04:32 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Sun Jul 16 23:13:17 2023 +0800 |
tree | 72c69e233ff155baee85766856947d2398962e8f | |
parent | 3c2e531cb8f19841cb734c18623832c73d16c26b [diff] |
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>