commit | 2e8d68e241b35d383a057b014287a756624a32bc | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Apr 24 20:20:16 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 01 11:34:01 2020 -0400 |
tree | 887910afa1ac6c108226de4616ef2e9f8a795e41 | |
parent | c8ec1e3ff505a6ce44ec36e77d0579f5d01ed6b8 [diff] |
arm: caches: add DCACHE_DEFAULT_OPTION Add the new flags DCACHE_DEFAULT_OPTION to define the default option to use according the compilation flags CONFIG_SYS_ARM_CACHE_*. This new compilation flag allows to simplify dram_bank_mmu_setup() and can be used as third parameter (option=dcache option to select) of mmu_set_region_dcache_behaviour function. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>