moved some generic components
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
//! [provided by Xilinx](https://github.com/Xilinx/embeddedsw/blob/master/lib/bsp/standalone/src/arm/cortexa9/gcc/boot.S)
|
||||
//! as possible. The boot routine includes stack, MMU, cache and .bss/.data section initialization.
|
||||
use cortex_a_rt as _;
|
||||
use cortex_r_a::register::{cpsr::ProcessorMode, Cpsr};
|
||||
use cortex_r_a::register::{Cpsr, cpsr::ProcessorMode};
|
||||
|
||||
// Start-up code for Armv7-A
|
||||
//
|
||||
|
Reference in New Issue
Block a user