From 3766d665d84b25d21f0d70ba77a65cdaecf1d02b Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Wed, 10 Oct 2012 19:45:30 +0400 Subject: [PATCH] --- yaml --- r: 339957 b: refs/heads/master c: 36504ac131d14611dded451dd8b9f8426d084111 h: refs/heads/master i: 339955: a4cb9c54ef14817f3c3fedd54ab96ff7b06b7ac4 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-clps711x/include/mach/clps711x.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 035a15d6f8fa..ef07ca028d2f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 74fde6de4f33e6d6bc3120ad517b8a4e4eae1851 +refs/heads/master: 36504ac131d14611dded451dd8b9f8426d084111 diff --git a/trunk/arch/arm/mach-clps711x/include/mach/clps711x.h b/trunk/arch/arm/mach-clps711x/include/mach/clps711x.h index c82e21ca49c7..aee352c00a1f 100644 --- a/trunk/arch/arm/mach-clps711x/include/mach/clps711x.h +++ b/trunk/arch/arm/mach-clps711x/include/mach/clps711x.h @@ -257,6 +257,9 @@ #define MEMCFG_BUS_WIDTH_16 (0) #define MEMCFG_BUS_WIDTH_8 (3) +#define MEMCFG_SQAEN (1 << 6) +#define MEMCFG_CLKENB (1 << 7) + #define MEMCFG_WAITSTATE_8_3 (0 << 2) #define MEMCFG_WAITSTATE_7_3 (1 << 2) #define MEMCFG_WAITSTATE_6_3 (2 << 2)