pci: Do not skip legacy IDE device configuration
[oweals/u-boot.git] / drivers / serial / arm_dcc.c
index 5dfb02f47045a173ea83816893e7474881d5d5d9..e77773740fb02d46a1c2067ef86b5f07db62c770 100644 (file)
@@ -29,9 +29,9 @@
 #include <common.h>
 #include <serial.h>
 
-#if defined(CONFIG_CPU_V6)
+#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7)
 /*
- * ARMV6
+ * ARMV6 & ARMV7
  */
 #define DCC_RBIT       (1 << 30)
 #define DCC_WBIT       (1 << 29)