diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-09-28 11:30:16 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-10-18 15:27:01 +0200 |
commit | 8fc78fc73b7f9d379913a503ecf4bd10af0011d8 (patch) | |
tree | 3246e94cbac825f6f6b1d285266f90ca837f2529 /include/configs/nitrogen6x.h | |
parent | f9a48654ee70fbad29f487d074fd36a1548b4209 (diff) | |
download | u-boot-8fc78fc73b7f9d379913a503ecf4bd10af0011d8.tar.gz u-boot-8fc78fc73b7f9d379913a503ecf4bd10af0011d8.tar.xz u-boot-8fc78fc73b7f9d379913a503ecf4bd10af0011d8.zip |
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/nitrogen6x.h')
-rw-r--r-- | include/configs/nitrogen6x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 5c80696e86..6448ea891f 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -57,7 +57,6 @@ /* Framebuffer and LCD */ #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024) -#define CONFIG_BMP_16BPP #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP |