]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/memory.c
[ARM] OMAP2 SDRC: move mach-omap2/memory.h into mach/sdrc.h
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / memory.c
index 882c7022429260a291b60221b2ee587098608a22..93cb25715bacd9d394731d3f87a4f8a56aab86f4 100644 (file)
 
 #include "prm.h"
 
-#include "memory.h"
+#include <mach/sdrc.h>
 #include "sdrc.h"
 
+/* Memory timing, DLL mode flags */
+#define M_DDR          1
+#define M_LOCK_CTRL    (1 << 2)
+#define M_UNLOCK       0
+#define M_LOCK         1
+
+
 void __iomem *omap2_sdrc_base;
 void __iomem *omap2_sms_base;