From: Jagannadha Sutradharudu Teki Date: Sat, 3 Aug 2013 13:10:02 +0000 (+0530) Subject: zynq_common: Enable arm dcc serial driver X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=795b9533035d5fdde2e989668c1907b792f91ca5;p=thirdparty%2Fu-boot.git zynq_common: Enable arm dcc serial driver Enabled DCC driver through CONFIG_ZYNQ_DCC. Board configs must define this, if want to use. Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 2fd298801a9..4563ae1d65d 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -65,6 +65,12 @@ #define CONFIG_ZYNQ_SERIAL #endif +/* DCC driver */ +#if defined(CONFIG_ZYNQ_DCC) +# define CONFIG_ARM_DCC +# define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */ +#endif + /* Ethernet driver */ #if defined(CONFIG_ZYNQ_GEM0) || defined(CONFIG_ZYNQ_GEM1) # define CONFIG_NET_MULTI