]> git.sur5r.net Git - u-boot/blobdiff - include/configs/omap3_pandora.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / include / configs / omap3_pandora.h
index 945c053ab3bf18b3123d95047cf0326596211693..3308aceb49264f9169b9382cbacf7b1adf6e08e2 100644 (file)
 /*
  * High Level Configuration Options
  */
-#define CONFIG_ARMCORTEXA8     1       /* This is an ARM V7 CPU core */
+#define CONFIG_ARMV7           1       /* This is an ARM V7 CPU core */
 #define CONFIG_OMAP            1       /* in a TI OMAP core */
 #define CONFIG_OMAP34XX                1       /* which is a 34XX */
 #define CONFIG_OMAP3430                1       /* which is in a 3430 */
 #define CONFIG_OMAP3_PANDORA   1       /* working with pandora */
 
+#define CONFIG_SDRC    /* The chip has SDRC controller */
+
 #include <asm/arch/cpu.h>      /* get chip and board defs */
 #include <asm/arch/omap3.h>