diff --git a/libsupport_zynq/src/boot.rs b/libsupport_zynq/src/boot.rs index 373341f..d442bcb 100644 --- a/libsupport_zynq/src/boot.rs +++ b/libsupport_zynq/src/boot.rs @@ -142,7 +142,7 @@ impl> Core1 { // Ensure stack pointer has been written to cache asm::dmb(); // Flush cache-line - cache::dccmvac(unsafe { &CORE1_STACK } as *const _ as u32); + cache::dccmvac(unsafe { &CORE1_STACK } as *const _ as usize); // wake up core1 slcr::RegisterBlock::unlocked(|slcr| {