l2c related changes #76

Merged
sb10q merged 2 commits from pca006132/zynq-rs:master into master 2021-01-26 12:01:24 +08:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 6e6612bc3e - Show all commits

View File

@ -20,7 +20,6 @@ use libconfig::{bootgen, sd_reader, Config};
use libcortex_a9::{
asm::{dsb, isb},
cache::{bpiall, dcciall, iciallu},
l2c::enable_l2_cache,
};
use libregister::RegisterR;
use libsupport_zynq::ram;
@ -80,7 +79,6 @@ pub fn main_core0() {
"#
);
info!("Simple Zynq Loader starting...");
enable_l2_cache();
const CPU_FREQ: u32 = 800_000_000;