]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-mvebu/include/mach/config.h
arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig
[u-boot] / arch / arm / mach-mvebu / include / mach / config.h
index c282fcbfcba6a37abd298c79b9cecdc61d5298a8..cc1fc5f9d4b1842141068095b5a668c97a0e3346 100644 (file)
 
 #include <asm/arch/soc.h>
 
-#if defined(CONFIG_ARMADA_XP)
+#if defined(CONFIG_ARMADA_XP) || defined(CONFIG_ARMADA_38X)
+/*
+ * Set this for the common xor register definitions needed in dram.c
+ * for A38x as well here.
+ */
 #define MV88F78X60 /* for the DDR training bin_hdr code */
 #endif