Skip to content

Commit 45adecb

Browse files
committed
add log
1 parent cea816c commit 45adecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/axhal/src/dtb.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ static BOOTARGS_STR: LazyInit<heapless::String<256>> = LazyInit::new();
77

88
pub fn bootargs_message() -> Option<&'static str> {
99
let fdt_addr = crate::get_bootarg();
10+
info!("fdt_addr: {:#x}", fdt_addr);
1011

1112
if fdt_addr == 0 {
1213
return None;

0 commit comments

Comments
 (0)