Skip to content

Commit 818363f

Browse files
committed
Fix qemu mmio range
1 parent 613f77c commit 818363f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub const CLOCK_FREQ: usize = 12500000;
1818

1919
#[cfg(feature = "board_qemu")]
2020
pub const MMIO: &[(usize, usize)] = &[
21-
(0x10000000, 0x10000),
21+
(0x10001000, 0x1000),
2222
];
2323

2424
#[cfg(feature = "board_k210")]

0 commit comments

Comments
 (0)