Skip to content

Commit e45cae2

Browse files
committed
soc: apple: pmp: Reduce pmp MMIO size to t8112's
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent e26262c commit e45cae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/apple/pmp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use kernel::{
3737
}, //
3838
};
3939

40-
const PMP_MMIO_SIZE: usize = 0x100000;
40+
const PMP_MMIO_SIZE: usize = 0x80000;
4141
const ASC_MMIO_SIZE: usize = 0x4000;
4242
const BOOTARGS_OFFSET: usize = 0x22c;
4343
const BOOTARGS_SIZE: usize = 0x230;

0 commit comments

Comments
 (0)