diff options
| author | Tom Rini <[email protected]> | 2020-10-26 17:27:38 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-10-26 17:27:38 -0400 |
| commit | 43428c6915bdf911d4c61f9bfe5d637470cf1dda (patch) | |
| tree | d81ef631f34f7a822e7353cc8ab6d74e3f8568e8 /include | |
| parent | 54908d9ae1b2bd9135f17976b21b6b20e42b666d (diff) | |
| parent | 9dec5a0ea1301d7c1f350fed3f309471b695584f (diff) | |
Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
- disable CONFIG_VIDEO to remove DM conversion warnings
for boards: at91sam9, eb_cpu5282, ls1021aqds, ls1021atwr,
mx23evk, mx6sxsabresd, mx7dsabresd, nokia_rx51, picosam9g45,
sansa_fuze_plus, xfi3
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/eb_cpu5282.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h index db92bbd49a4..ab9daa4074a 100644 --- a/include/configs/eb_cpu5282.h +++ b/include/configs/eb_cpu5282.h @@ -212,9 +212,6 @@ * VIDEO configuration */ -#ifdef CONFIG_VIDEO -#define CONFIG_VIDEO_VCXK 1 - #define CONFIG_SYS_VCXK_DEFAULT_LINEALIGN 2 #define CONFIG_SYS_VCXK_DOUBLEBUFFERED 1 #define CONFIG_SYS_VCXK_BASE CONFIG_SYS_CS2_BASE @@ -235,6 +232,5 @@ #define CONFIG_SYS_VCXK_INVERT_DDR MCFGPIO_DDRE #define CONFIG_SYS_VCXK_INVERT_PIN MCFGPIO_PORT2 -#endif /* CONFIG_VIDEO */ #endif /* _CONFIG_M5282EVB_H */ /*---------------------------------------------------------------------*/ |
