From: Vikas Manocha Date: Fri, 3 Jul 2015 01:29:39 +0000 (-0700) Subject: stv0991: remove define CONFIG_OF_SEPARATE from board file X-Git-Tag: v2015.10-rc1~191^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f59fa3b1811370f979c80f46d839a09f60c49e43;p=platform%2Fkernel%2Fu-boot.git stv0991: remove define CONFIG_OF_SEPARATE from board file CONFIG_OF_SEPARATE is default define with CONFIG_OF_CONTROL, removing this define from the board file to avoid multiple definition warning. Signed-off-by: Vikas Manocha Reviewed-by: Jagannadh Teki --- diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h index ff82afc..718ef40 100644 --- a/include/configs/stv0991.h +++ b/include/configs/stv0991.h @@ -74,6 +74,5 @@ #define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTCOMMAND "go 0x40040000" -#define CONFIG_OF_SEPARATE #define CONFIG_OF_LIBFDT #endif /* __CONFIG_H */