Skip to content
Snippets Groups Projects
Commit dfa41387 authored by Vincent Stehlé's avatar Vincent Stehlé Committed by Albert ARIBAUD
Browse files

ARM: cache: declare set_section_dcache

We declare the set_section_dcache function globally in the cache header, for
later use by e.g. machine specific code.

Signed-off-by: Vincent Stehlé <v-stehle <at> ti.com>
Cc: Tom Rini <trini <at> ti.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
parent ebd749da
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ static inline void invalidate_l2_cache(void) ...@@ -41,6 +41,7 @@ static inline void invalidate_l2_cache(void)
void l2_cache_enable(void); void l2_cache_enable(void);
void l2_cache_disable(void); void l2_cache_disable(void);
void set_section_dcache(int section, enum dcache_option option);
/* /*
* The current upper bound for ARM L1 data cache line sizes is 64 bytes. We * The current upper bound for ARM L1 data cache line sizes is 64 bytes. We
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment