Browse Source

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

Signed-off-by: Alexander Merkle <alexander.merkle@lauterbach.com>
Alexander Merkle 10 years ago
parent
commit
82f681d67d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/configs/zynq-common.h

+ 0 - 1
include/configs/zynq-common.h

@@ -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