Skip to content
Snippets Groups Projects
Commit 421044b1 authored by Michal Simek's avatar Michal Simek Committed by Tom Rini
Browse files

doc: ARM: Use the right function name


Trivial fix.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 33d88183
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ Cleanup Before Linux:
- cleanup_before_linux() should flush the D-cache, invalidate I-cache, and
disable MMU and caches.
- The following sequence is advisable while disabling d-cache:
1. disable_dcache() - flushes and disables d-cache
1. dcache_disable() - flushes and disables d-cache
2. invalidate_dcache_all() - invalid any entry that came to the cache
in the short period after the cache was flushed but before the
cache got disabled.
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