diff options
author | Anatolij Gustschin | 2020-10-18 20:32:35 +0200 |
---|---|---|
committer | Anatolij Gustschin | 2020-10-26 20:55:29 +0100 |
commit | 8c9940d5ece509ce681bf1b6481832e652526820 (patch) | |
tree | 09615c5608bfe5ec463d221f5bfbc0e64c754062 /include | |
parent | 23106209604be000940d7259f2f4d852451f573d (diff) |
eb_cpu5282: fix CONFIG_DM_VIDEO build warnings
Remove CONFIG_VIDEO dependency to fix board removal warnings.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Jens Scharsig <esw@bus-elektronik.de>
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 */ /*---------------------------------------------------------------------*/ |