commit | d7e6a1dd683151d96d8ee7e5448da36fa3ed8744 | [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 | 77cc8b253c0bf200692cdb92105ce32e1c1b5ff7 [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>