diff --git a/zynq7000-rt/src/rt.rs b/zynq7000-rt/src/rt.rs index f49f383..5218a71 100644 --- a/zynq7000-rt/src/rt.rs +++ b/zynq7000-rt/src/rt.rs @@ -262,7 +262,7 @@ Sync: // Jump to application // Load CPU ID 0, which will be used as a function argument to the boot_core function. - ldr r0, #0x0 + mov r0, #0x0 bl boot_core // In case the application returns, loop forever b .