From: Marek Vasut Date: Tue, 16 Dec 2014 13:09:20 +0000 (+0100) Subject: arm: mx6: novena: Minor config file fix X-Git-Tag: v2015.01~91^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00ff950ab775410ee9131f39730f3e503e9911da;p=u-boot 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 --- 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