From: Jan Kiszka <[email protected]>

The permitted root cell RAM and the ivshmem regions overlapped. Found by
the config checker.

Signed-off-by: Jan Kiszka <[email protected]>
---
 configs/arm/jetson-tk1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/arm/jetson-tk1.c b/configs/arm/jetson-tk1.c
index f73fcead..6b37e04c 100644
--- a/configs/arm/jetson-tk1.c
+++ b/configs/arm/jetson-tk1.c
@@ -225,7 +225,7 @@ struct {
                /* RAM */ {
                        .phys_start = 0x80000000,
                        .virt_start = 0x80000000,
-                       .size = 0x7c000000,
+                       .size = 0x7bf00000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_EXECUTE,
                },
-- 
2.35.3

-- 
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/073961eaf6e22266735f697903e4e127d3d59d28.1674415741.git.jan.kiszka%40siemens.com.

Reply via email to