fix ARM DCC support for ARMv7 based cores (e.g. CortexA)

Signed-off-by: Alexander Merkle <alexander.merkle@lauterbach.com>
This commit is contained in:
Alexander Merkle 2015-03-19 18:37:20 +01:00 committed by Albert ARIBAUD
parent fd602c5635
commit 82f681d67d
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
/* DCC driver */
#if defined(CONFIG_ZYNQ_DCC)
# define CONFIG_ARM_DCC
# define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */
#else
# define CONFIG_ZYNQ_SERIAL
#endif