diff options
author | Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com> | 2019-04-17 13:57:17 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2019-05-20 11:57:29 +0200 |
commit | 29771c2c396ec014ad43fe85dd21a0d39eda6776 (patch) | |
tree | dd8613e513ba20f21fd44906bd29c66b49f3a8b3 /include/configs/mx53cx9020.h | |
parent | c11599b473e6d1debd591c631cf0c33bc7b73ed2 (diff) |
dm: arm: imx: cx9020: migrate to dm_video
Enable DM_VIDEO in config and don't overwrite console so it can be set
from environment
Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Diffstat (limited to 'include/configs/mx53cx9020.h')
-rw-r--r-- | include/configs/mx53cx9020.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/mx53cx9020.h b/include/configs/mx53cx9020.h index 9bf5d9169b..ab61a07f96 100644 --- a/include/configs/mx53cx9020.h +++ b/include/configs/mx53cx9020.h @@ -159,11 +159,7 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 /* Framebuffer and LCD */ +#define CONFIG_IMX_VIDEO_SKIP #define CONFIG_PREBOOT -#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE -#define CONFIG_VIDEO_BMP_RLE8 -#define CONFIG_SPLASH_SCREEN -#define CONFIG_BMP_16BPP -#define CONFIG_VIDEO_LOGO #endif /* __CONFIG_H */ |