diff options
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/console.h | 2 |
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 */ |
