summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-12-16 14:09:20 +0100
committerStefano Babic <sbabic@denx.de>2014-12-30 14:05:58 +0100
commit00ff950ab775410ee9131f39730f3e503e9911da (patch)
tree967ebc54f865d6a6724b764ea647288a92b586c9 /include/configs
parent998e121a2edc86f792f376cfc2337a6d9218427c (diff)
downloadtalos-obmc-uboot-00ff950ab775410ee9131f39730f3e503e9911da.tar.gz
talos-obmc-uboot-00ff950ab775410ee9131f39730f3e503e9911da.zip
arm: mx6: novena: Minor config file fix
Sequence like the following is completely useless and results from an errorneous ordering of the statements during development. Zap it. #ifdef FOO #define FOO Signed-off-by: Marek Vasut <marex@denx.de> Cc: Igor Grinberg <grinberg@compulab.co.il> Cc: Nikita Kiryanov <nikita@compulab.co.il> Cc: Sean Cross <xobs@kosagi.com> Cc: Simon Glass <sjg@chromium.org> Cc: Stefano Babic <sbabic@denx.de> Cc: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/novena.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h
index 0f3621a41b..4924cbfe06 100644
--- a/include/configs/novena.h
+++ b/include/configs/novena.h
@@ -226,7 +226,6 @@
/* Video output */
#ifdef CONFIG_VIDEO
-#define CONFIG_VIDEO
#define CONFIG_VIDEO_IPUV3
#define CONFIG_CFB_CONSOLE
#define CONFIG_VGA_AS_SINGLE_DEVICE
OpenPOWER on IntegriCloud