diff options
author | Patrick Delaunay | 2020-09-28 11:30:15 +0200 |
---|---|---|
committer | Anatolij Gustschin | 2020-10-18 15:26:14 +0200 |
commit | f9a48654ee70fbad29f487d074fd36a1548b4209 (patch) | |
tree | 09ec2c5e7b677ea8e38924953c9a199aa8f70081 /include/configs/opos6uldev.h | |
parent | 0ed6c0f9cbdad600923427511a40151cdff58006 (diff) |
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/opos6uldev.h')
-rw-r--r-- | include/configs/opos6uldev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/opos6uldev.h b/include/configs/opos6uldev.h index 8dfd5bede3c..1930b8b7852 100644 --- a/include/configs/opos6uldev.h +++ b/include/configs/opos6uldev.h @@ -45,7 +45,6 @@ #ifndef CONFIG_SPL_BUILD #ifdef CONFIG_DM_VIDEO #define CONFIG_VIDEO_LOGO -#define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_VIDEO_BMP_LOGO #define CONFIG_BMP_16BPP #define CONFIG_BMP_24BPP |