From 00ff950ab775410ee9131f39730f3e503e9911da Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 16 Dec 2014 14:09:20 +0100 Subject: 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 Cc: Igor Grinberg Cc: Nikita Kiryanov Cc: Sean Cross Cc: Simon Glass Cc: Stefano Babic Cc: Tim Harvey --- include/configs/novena.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/novena.h') 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 -- cgit v1.2.3