]> git.sur5r.net Git - u-boot/blobdiff - include/configs/omap3_sdp3430.h
Merge branch 'master' of /home/wd/git/u-boot/master
[u-boot] / include / configs / omap3_sdp3430.h
index b4919db08726d3914f141972cfea0444ee7bb5da..5439aa3dd9c74fb05e7fea2e20e79868f5bf0662 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_3430SDP   1       /* working with SDP Rev2 */
 
+#define CONFIG_SDRC    /* The chip has SDRC controller */
+
 #include <asm/arch/cpu.h>              /* get chip and board defs */
 #include <asm/arch/omap3.h>