X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2FREADME.arm-caches;h=dbb6190b95c06ffcdc8c126cc0f361a8e1b717c6;hb=2a792753d6a1fe8f2310928ebd5534e4d87a8030;hp=f6a52e3e386cdb0df06daf695a975ee6c8f5f9df;hpb=46a6d51c827a12723e7191128fb7aab42c8f5c09;p=platform%2Fkernel%2Fu-boot.git diff --git a/doc/README.arm-caches b/doc/README.arm-caches index f6a52e3..dbb6190 100644 --- a/doc/README.arm-caches +++ b/doc/README.arm-caches @@ -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.