commit | 96fdbec2f96c9e11758c8742409069eeef841722 | [log] [tgz] |
---|---|---|
author | R Sricharan <r.sricharan@ti.com> | Mon Mar 04 20:04:44 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Mar 28 09:06:49 2013 +0100 |
tree | f58248e8a686f7a44dc39396a61072292fd1902c | |
parent | dfa41387155daed35cc6b294b2390641aa887a1d [diff] |
ARM: mmu: Introduce weak dram_bank_setup function Introduce a weak version of dram_bank_setup function to allow a platform specific function. This is used in the subsequent patch to setup dram region without 'XN' attribute in order to enable the region under client permissions. Signed-off-by: R Sricharan <r.sricharan@ti.com> Cc: Vincent Stehle <v-stehle@ti.com> Cc: Tom Rini <trini@ti.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>