Reduce available RAM by MiB to allow from additional IVSHMEM device memory regions
Signed-off-by: Matt Ranostay <[email protected]> --- configs/arm64/k3-am654-idk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/arm64/k3-am654-idk.c b/configs/arm64/k3-am654-idk.c index ddd770fe..0d6ae59a 100644 --- a/configs/arm64/k3-am654-idk.c +++ b/configs/arm64/k3-am654-idk.c @@ -77,7 +77,7 @@ struct { /* RAM */ { .phys_start = 0x880000000, .virt_start = 0x880000000, - .size = 0x5fb00000, + .size = 0x5fa00000, .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE | JAILHOUSE_MEM_EXECUTE, }, -- 2.30.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20220305030458.2938-2-mranostay%40ti.com.
