diff options
Diffstat (limited to 'firmware/target/arm/system-pp502x.c')
-rw-r--r-- | firmware/target/arm/system-pp502x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c index 55cd82411b..a817c8d411 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; |