ARM11: remove old mrc/mcr commands
Switch to new commands in config scripts Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -19,13 +19,13 @@ proc csb732_init { } {
|
||||
# We assume the interpreter latency is enough.
|
||||
|
||||
# Allow access to all coprocessors
|
||||
arm11 mcr imx35.cpu 15 0 15 1 0 0x2001
|
||||
mcr 15 0 15 1 0 0x2001
|
||||
|
||||
# Disable MMU, caches, write buffer
|
||||
arm11 mcr imx35.cpu 15 0 1 0 0 0x78
|
||||
mcr 15 0 1 0 0 0x78
|
||||
|
||||
# Grant manager access to all domains
|
||||
arm11 mcr imx35.cpu 15 0 3 0 0 0xFFFFFFFF
|
||||
mcr 15 0 3 0 0 0xFFFFFFFF
|
||||
|
||||
# Set ARM clock to 532 MHz, AHB to 133 MHz
|
||||
mww 0x53F80004 0x1000
|
||||
|
||||
Reference in New Issue
Block a user