Skip to content
Snippets Groups Projects
Commit f00c5e17 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

reduce the number of debug messages

parent f7c1c718
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ pub fn init() {
let (slice, residual_slice) = residual_slice.split_at(core::mem::size_of::<u64>());
let size = u64::from_be_bytes(slice.try_into().unwrap());
info!("Found RTC at {:#X} (size {:#X})", addr, size);
debug!("Found RTC at {:#X} (size {:#X})", addr, size);
let pl031_address = virtualmem::allocate_aligned(
size.try_into().unwrap(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment