commit | c268a9bde00898acd8580f721a741dea1af871db | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Wed Sep 14 10:43:28 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 20:57:43 2016 -0400 |
tree | 36af9f2acbc4d9835e66884794a34c78f2410728 | |
parent | 5052e8198816376d97d97355d33475b1bfeadbea [diff] |
omap: Remove hardcoding of mmu section shift to 20 As of now the mmu section shift is hardcoded to 20 but with LPAE coming into picture this can be different. Hence replacing 20 with MMU_SECTION_SHIFT macro. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>