From ef1c52fa4390075000db585e5833324b38329f40 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 30 Sep 2007 11:14:03 +0000 Subject: Oops. Don't use outl with the defined register. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14913 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/system-pp502x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c index 55cd824..a817c8d 100644 --- a/firmware/target/arm/system-pp502x.c +++ b/firmware/target/arm/system-pp502x.c @@ -291,7 +291,7 @@ void system_reboot(void) /* Magic used by the c200 OF: 0x23066000 Magic used by the c200 BL: 0x23066b7b In both cases, the OF executes these 2 commands from iram. */ - outl(0x23066b7b, STRAP_OPT_A); + STRAP_OPT_A = 0x23066b7b; DEV_RS = DEV_SYSTEM; #else DEV_RS |= DEV_SYSTEM; -- cgit v1.1