diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-09-28 11:30:15 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-10-18 15:26:14 +0200 |
commit | f9a48654ee70fbad29f487d074fd36a1548b4209 (patch) | |
tree | 09ec2c5e7b677ea8e38924953c9a199aa8f70081 /include/configs/m53menlo.h | |
parent | 0ed6c0f9cbdad600923427511a40151cdff58006 (diff) | |
download | u-boot-f9a48654ee70fbad29f487d074fd36a1548b4209.tar.gz u-boot-f9a48654ee70fbad29f487d074fd36a1548b4209.tar.xz u-boot-f9a48654ee70fbad29f487d074fd36a1548b4209.zip |
configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs
Done with:
./tools/moveconfig.py VIDEO_BMP_RLE8
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/m53menlo.h')
-rw-r--r-- | include/configs/m53menlo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index f274b96f20..4bc64f5af6 100644 --- a/include/configs/m53menlo.h +++ b/include/configs/m53menlo.h @@ -126,7 +126,6 @@ /* * LCD */ -#define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) |