mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[cmdline] Rename "console" command's --bpp option to --depth
Rename the "--bpp" option to "--depth", to free up the single-letter option "-b" for "--bottom" in preparation for adding margin support. This does not break backwards compatibility with documented features, since the "console" command has not yet been documented. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -419,7 +419,7 @@ static int vesafb_init ( struct console_configuration *config ) {
|
||||
/* Select mode */
|
||||
if ( ( mode_number = vesafb_select_mode ( mode_numbers, config->width,
|
||||
config->height,
|
||||
config->bpp ) ) < 0 ) {
|
||||
config->depth ) ) < 0 ) {
|
||||
rc = mode_number;
|
||||
goto err_select_mode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user