Commit b27a08c3 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] fix cache settings for m68knommu 5407 MOTOROLA target

Correct the wrong cache setup used on the MOTOROLA 5407 based board.
Specifically it enables precise exception mode and write buffering.

Original patch from Alessendra Rubini.
parent 21e1374f
......@@ -99,7 +99,7 @@ _start:
movec %d0, %ACR3
/* Enable cache */
move.l #0x86088400, %d0
move.l #0xa4098400, %d0 /* Write buffer, dflt precise */
movec %d0,%CACR
nop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment