summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2014-01-22 14:22:32 +0100
committerMichael Brown2014-01-22 15:28:49 +0100
commit43c8c272ae2fb17c85275c07bc5fecbf21fe1ab5 (patch)
tree19b53680ffa53765df8b0b178dda630a0565755f /src/include
parent[vesafb] Allow for an arbitrary margin around the text area (diff)
downloadipxe-43c8c272ae2fb17c85275c07bc5fecbf21fe1ab5.tar.gz
ipxe-43c8c272ae2fb17c85275c07bc5fecbf21fe1ab5.tar.xz
ipxe-43c8c272ae2fb17c85275c07bc5fecbf21fe1ab5.zip
[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>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/console.h b/src/include/ipxe/console.h
index 6696a5b8d..4b90c9cec 100644
--- a/src/include/ipxe/console.h
+++ b/src/include/ipxe/console.h
@@ -27,7 +27,7 @@ struct console_configuration {
/** Height */
unsigned int height;
/** Colour depth */
- unsigned int bpp;
+ unsigned int depth;
/** Left margin */
unsigned int left;
/** Right margin */