Skip to content
Snippets Groups Projects
Commit cba4b180 authored by Aneesh V's avatar Aneesh V Committed by Albert ARIBAUD
Browse files

arm: do not force d-cache enable on all boards


c2dd0d45 added dcache_enable()
to board_init_r(). This enables d-cache for all ARM boards.
As a result some of the arm boards that are not cache-ready
are broken. Revert this change and allow platform code to
take the decision on d-cache enabling.

Also add some documentation for cache usage in ARM.

Signed-off-by: default avatarAneesh V <aneesh@ti.com>
parent 98a48c5d
No related branches found
No related tags found
No related merge requests found
Loading
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