commit | 583ecab9e36ec3077228cc4e303276856ee7519e | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu May 14 10:06:55 2015 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon May 18 15:07:41 2015 +0200 |
tree | 63bacc6c6a4c43f5681c34bdd1230375f1b10fb6 | |
parent | c1424803f6467fbbf269a5dfa830d9c60ae32181 [diff] |
ARM: ux500: kill off L2CC static map The l2x0 level 2 cache initialization used a static map to get at the l2x0 registers. Get rid of this by getting the register range from the device tree and just remap it for the short time we need it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>