diff options
| author | Marek Vasut <[email protected]> | 2014-09-15 01:29:08 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-10-06 17:46:50 +0200 |
| commit | 40e7bcdee72830fa51d9e98428f1a61f9126527e (patch) | |
| tree | b2cd09665f2813bd3f5de81840c9979f85f77347 /include | |
| parent | 9ca2116ce49449602eb9e2f8a0cafe811bcc3086 (diff) | |
arm: socfpga: cache: Enable D-Cache
The code is now fixed to the point where we can safely enable
the L1 data cache. Enable the D-Cache and set it as write-alloc.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Pavel Machek <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/socfpga_cyclone5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h index 76979b10b86..de60bb2f069 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5.h @@ -18,7 +18,6 @@ #undef CONFIG_SOCFPGA_VIRTUAL_TARGET #define CONFIG_ARMV7 -#define CONFIG_SYS_DCACHE_OFF #undef CONFIG_USE_IRQ #define CONFIG_MISC_INIT_R @@ -26,6 +25,7 @@ #define CONFIG_SOCFPGA #define CONFIG_CLOCKS +#define CONFIG_SYS_ARM_CACHE_WRITEALLOC #define CONFIG_SYS_CACHELINE_SIZE 32 /* base address for .text section */ |
