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 /board/beckhoff/mx53cx9020/mx53cx9020.c | |
parent | c11599b473e6d1debd591c631cf0c33bc7b73ed2 (diff) | |
download | u-boot-29771c2c396ec014ad43fe85dd21a0d39eda6776.tar.gz |
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 'board/beckhoff/mx53cx9020/mx53cx9020.c')
-rw-r--r-- | board/beckhoff/mx53cx9020/mx53cx9020.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/beckhoff/mx53cx9020/mx53cx9020.c b/board/beckhoff/mx53cx9020/mx53cx9020.c index 79ea456028..fdef4477d9 100644 --- a/board/beckhoff/mx53cx9020/mx53cx9020.c +++ b/board/beckhoff/mx53cx9020/mx53cx9020.c @@ -23,8 +23,6 @@ #include <mmc.h> #include <fsl_esdhc.h> #include <asm/gpio.h> -#include <linux/fb.h> -#include <ipu_pixfmt.h> #include <input.h> #include <fs.h> #include <dm/platform_data/serial_mxc.h> @@ -232,15 +230,6 @@ int board_early_init_f(void) return 0; } -/* - * Do not overwrite the console - * Use always serial for U-Boot console - */ -int overwrite_console(void) -{ - return 1; -} - int board_init(void) { gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; |