aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2020-10-18 20:32:35 +0200
committerAnatolij Gustschin <agust@denx.de>2020-10-26 20:55:29 +0100
commit8c9940d5ece509ce681bf1b6481832e652526820 (patch)
tree09615c5608bfe5ec463d221f5bfbc0e64c754062 /include
parent23106209604be000940d7259f2f4d852451f573d (diff)
downloadu-boot-8c9940d5ece509ce681bf1b6481832e652526820.zip
u-boot-8c9940d5ece509ce681bf1b6481832e652526820.tar.gz
u-boot-8c9940d5ece509ce681bf1b6481832e652526820.tar.bz2
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h
index db92bbd..ab9daa4 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 */
/*---------------------------------------------------------------------*/