diff options
author | Patrick Delaunay | 2020-09-28 11:30:16 +0200 |
---|---|---|
committer | Anatolij Gustschin | 2020-10-18 15:27:01 +0200 |
commit | 8fc78fc73b7f9d379913a503ecf4bd10af0011d8 (patch) | |
tree | 3246e94cbac825f6f6b1d285266f90ca837f2529 /include/configs/meson64.h | |
parent | f9a48654ee70fbad29f487d074fd36a1548b4209 (diff) |
configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs
Done with:
./tools/moveconfig.py BMP_16BPP BMP_24BPP BMP_32BPP
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/meson64.h')
-rw-r--r-- | include/configs/meson64.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h index 77f73b4b174..cee69006802 100644 --- a/include/configs/meson64.h +++ b/include/configs/meson64.h @@ -18,9 +18,6 @@ /* For splashscreen */ #ifdef CONFIG_DM_VIDEO -#define CONFIG_BMP_16BPP -#define CONFIG_BMP_24BPP -#define CONFIG_BMP_32BPP #define STDOUT_CFG "vidconsole,serial" #else #define STDOUT_CFG "serial" |