diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2016-03-20 18:37:07 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-27 09:13:00 -0400 |
commit | 9cfc05985319c52933d84a7609fc8b143b1ff18a (patch) | |
tree | c69d20955f63785f9da083a0253b073141723001 /include/configs/pxa-common.h | |
parent | 9ddde3e6ce8abd97d397e3915204a6981d287e42 (diff) | |
download | u-boot-9cfc05985319c52933d84a7609fc8b143b1ff18a.tar.gz |
pxa: add support for D- and I- caches
Tested with OHCI and pxafb drivers - no issues found
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Diffstat (limited to 'include/configs/pxa-common.h')
-rw-r--r-- | include/configs/pxa-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/pxa-common.h b/include/configs/pxa-common.h index 4c1c2c7e8d..729568755b 100644 --- a/include/configs/pxa-common.h +++ b/include/configs/pxa-common.h @@ -10,6 +10,7 @@ #define __CONFIG_PXA_COMMON_H__ #define CONFIG_DISPLAY_CPUINFO +#define CONFIG_SYS_ARM_CACHE_WRITETHROUGH /* * KGDB |