commit | 73a5fef956dda8148e145489a26735f571e1fdf5 | [log] [tgz] |
---|---|---|
author | Alexander Merkle <alexander.merkle@lauterbach.com> | Thu Mar 19 18:37:20 2015 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Apr 16 12:30:52 2015 +0200 |
tree | 111de0248a473f9054d1c5eee2d0e9e027c18b72 | |
parent | 79bb2f61bbf0fe85816b567b072aeb4e673bbb95 [diff] |
fix ARM DCC support for ARMv7 based cores (e.g. CortexA) Signed-off-by: Alexander Merkle <alexander.merkle@lauterbach.com>
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 485babd..a7c6dce 100644 --- a/include/configs/zynq-common.h +++ b/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