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 /configs/m53menlo_defconfig | |
parent | 76c2ff3e5fd8068b433acbb0e76d33fa5116dade (diff) | |
download | u-boot-0ed6c0f9cbdad600923427511a40151cdff58006.tar.gz u-boot-0ed6c0f9cbdad600923427511a40151cdff58006.tar.bz2 u-boot-0ed6c0f9cbdad600923427511a40151cdff58006.zip |
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 'configs/m53menlo_defconfig')
-rw-r--r-- | configs/m53menlo_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig index f68395f26d..f32a5ba6c8 100644 --- a/configs/m53menlo_defconfig +++ b/configs/m53menlo_defconfig @@ -104,5 +104,6 @@ CONFIG_SPLASH_SCREEN=y CONFIG_SPLASHIMAGE_GUARD=y CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_SPLASH_SOURCE=y +CONFIG_VIDEO_BMP_GZIP=y CONFIG_WATCHDOG_TIMEOUT_MSECS=8000 CONFIG_IMX_WATCHDOG=y |