diff options
author | Tim Harvey <tharvey@gateworks.com> | 2016-05-24 14:59:59 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2016-07-11 22:26:40 +0200 |
commit | adde435fa7c03c17c40e9f771eceed127fbbc251 (patch) | |
tree | 839ecc5627a54f0c829298ffc22ad74c92e30aaf /README | |
parent | 19ce924ff914f315dc2fdf79f357825c513aed6e (diff) | |
download | u-boot-imx-adde435fa7c03c17c40e9f771eceed127fbbc251.zip u-boot-imx-adde435fa7c03c17c40e9f771eceed127fbbc251.tar.gz u-boot-imx-adde435fa7c03c17c40e9f771eceed127fbbc251.tar.bz2 |
video: allow version string to be optional when using LOGO
The CONFIG_HIDE_LOGO_VERSION config can be used to disable putting the
U-Boot version string on top of the logo.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -840,6 +840,9 @@ The following options need to be configured: CONFIG_CONSOLE_EXTRA_INFO additional board info beside the logo + CONFIG_HIDE_LOGO_VERSION + do not display bootloader + version string When CONFIG_CFB_CONSOLE_ANSI is defined, console will support a limited number of ANSI escape sequences (cursor control, |