diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-09-28 11:30:14 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-10-18 15:25:28 +0200 |
commit | 0ed6c0f9cbdad600923427511a40151cdff58006 (patch) | |
tree | 8887981d312017bf1a37d0bc89cc4a5fa71db1b0 /README | |
parent | 76c2ff3e5fd8068b433acbb0e76d33fa5116dade (diff) | |
download | u-boot-0ed6c0f9cbdad600923427511a40151cdff58006.zip u-boot-0ed6c0f9cbdad600923427511a40151cdff58006.tar.gz u-boot-0ed6c0f9cbdad600923427511a40151cdff58006.tar.bz2 |
configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs
Done with:
./tools/moveconfig.py VIDEO_BMP_GZIP
The 3 suspicious migration because CMD_BMP and SPLASH_SCREEN
are not activated in these defconfigs:
- trats_defconfig
- s5pc210_universal_defconfig
- trats2_defconfig
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1250,12 +1250,6 @@ The following options need to be configured: Enables an 'i2c edid' command which can read EDID information over I2C from an attached LCD display. -- Gzip compressed BMP image support: CONFIG_VIDEO_BMP_GZIP - - If this option is set, additionally to standard BMP - images, gzipped BMP images can be displayed via the - splashscreen support or the bmp command. - - Run length encoded BMP image (RLE8) support: CONFIG_VIDEO_BMP_RLE8 If this option is set, 8-bit RLE compressed BMP images |