diff options
author | Marek Vasut <marex@denx.de> | 2019-06-09 18:46:46 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-06-28 00:08:42 +0200 |
commit | f0be8ff45fb89d02ae4aa5b87076edd034cad9fc (patch) | |
tree | 138c523da61869c8dca8585aa0a592dadc04c8d1 /include/configs/m53menlo.h | |
parent | 86aa7103b61edf02baad492fa601cd6a3db0e77e (diff) |
ARM: imx: m53menlo: Convert to DM VIDEO
Enable DM Video support on iMX53 M53Menlo and fix minor details
to restore previous behavior of the system.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/m53menlo.h')
-rw-r--r-- | include/configs/m53menlo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index fc0b1f480c..7b68c1c0a1 100644 --- a/include/configs/m53menlo.h +++ b/include/configs/m53menlo.h @@ -136,7 +136,6 @@ /* * LCD */ -#ifdef CONFIG_VIDEO #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_VIDEO_BMP_GZIP #define CONFIG_SPLASH_SCREEN @@ -145,7 +144,6 @@ #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) -#endif /* LVDS display */ #define CONFIG_SYS_LDB_CLOCK 33260000 @@ -205,6 +203,8 @@ "splashfile=boot/usplash.bmp.gz\0" \ "splashimage=0x88000000\0" \ "splashpos=m,m\0" \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" \ "addcons=" \ "setenv bootargs ${bootargs} " \ "console=${consdev},${baudrate}\0" \ |