[U-Boot] [PATCH 2/2] [PATCH v2] fix ARM DCC support for ARMv7 based cores (e.g. CortexA)
Alexander Merkle
alexander.merkle at lauterbach.com
Thu Mar 19 18:37:20 CET 2015
Signed-off-by: Alexander Merkle <alexander.merkle at lauterbach.com>
---
include/configs/zynq-common.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 87b4fff..789e437 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
--
2.1.4
More information about the U-Boot
mailing list