diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-18 16:59:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-18 16:59:16 -0400 |
commit | 04909251fdecac9d05e527b83e86e043e8df00ea (patch) | |
tree | 28457d74af51288b0617623d3042693d7696e62b /arch/arm | |
parent | 83fdb4388253240138e2ce364abe6b070b756d87 (diff) | |
parent | fb3dd9c005045c2748e30d555d252c6985b97349 (diff) |
Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next
- migrate remaining imx5/imx6qd boards to DM_VIDEO
- use 'vidconsole' stdout in nitrogen6x upgrade script
- add option for selection of the vidconsole commands
lcdputs and setcurs
- allow building ipuv3 driver with disabled CONFIG_PANEL
- make backlight and panel drivers optional
- remove useless code from ipuv3 driver
- extend existing DM_VIDEO work-around for console name
to support 'vga'
- remove non-DM code in ipuv3
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 00facf492e..15e7684028 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -58,7 +58,6 @@ config TEGRA_COMMON select MISC select OF_CONTROL select SPI - select VIDCONSOLE_AS_LCD if DM_VIDEO imply CMD_DM imply CRC32_VERIFY |