From a65e75ea34153a8d0a0fe0b07497ad75c5726ab6 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Tue, 1 Dec 2009 01:09:10 -0800 Subject: Tcl and doc: update to match new 'arm mcr ...' etc Make them match the C code. Signed-off-by: David Brownell --- tcl/board/csb732.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tcl/board/csb732.cfg') diff --git a/tcl/board/csb732.cfg b/tcl/board/csb732.cfg index 9022fafc..cad38e2e 100644 --- a/tcl/board/csb732.cfg +++ b/tcl/board/csb732.cfg @@ -19,13 +19,13 @@ proc csb732_init { } { # We assume the interpreter latency is enough. # Allow access to all coprocessors - mcr 15 0 15 1 0 0x2001 + arm mcr 15 0 15 1 0 0x2001 # Disable MMU, caches, write buffer - mcr 15 0 1 0 0 0x78 + arm mcr 15 0 1 0 0 0x78 # Grant manager access to all domains - mcr 15 0 3 0 0 0xFFFFFFFF + arm mcr 15 0 3 0 0 0xFFFFFFFF # Set ARM clock to 532 MHz, AHB to 133 MHz mww 0x53F80004 0x1000 -- cgit v1.2.3