commit | 711bb0b47570ce54667b7c164a03ed3793ad209c | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Wed Sep 14 10:43:29 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 20:57:44 2016 -0400 |
tree | 692a6541620d6c58819360ea2a153691b6022210 | |
parent | 708bc29b16ef17732cef2d1d45ca11194ed846ae [diff] |
omap: Set appropriate cache configuration for LPAE and non-LAPE cases Cache configuration methods is different for LPAE and non-LPAE cases. Hence the bits and the interpretaion is different for two cases. In case of non-LPAE mode short descriptor format is used and we need to set Cache and Buffer bits. In the case of LPAE the cache configuration happens via MAIR0 lookup. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>