We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26262c commit e45cae2Copy full SHA for e45cae2
1 file changed
drivers/soc/apple/pmp.rs
@@ -37,7 +37,7 @@ use kernel::{
37
}, //
38
};
39
40
-const PMP_MMIO_SIZE: usize = 0x100000;
+const PMP_MMIO_SIZE: usize = 0x80000;
41
const ASC_MMIO_SIZE: usize = 0x4000;
42
const BOOTARGS_OFFSET: usize = 0x22c;
43
const BOOTARGS_SIZE: usize = 0x230;
0 commit comments