From: Jan Kiszka <[email protected]> The loader region was also part of the root cell RAM region.
Signed-off-by: Jan Kiszka <[email protected]> --- configs/arm64/ls1046a-rdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/arm64/ls1046a-rdb.c b/configs/arm64/ls1046a-rdb.c index 7291fda7..e104ee28 100644 --- a/configs/arm64/ls1046a-rdb.c +++ b/configs/arm64/ls1046a-rdb.c @@ -101,7 +101,7 @@ struct { /* RAM - 1GB at DRAM1 region - root cell */ { .phys_start = 0x80000000, .virt_start = 0x80000000, - .size = 0x40000000, + .size = 0x3f000000, .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/29447eca9fe86725da3ed1bbbaa6789a13221906.1674415741.git.jan.kiszka%40siemens.com.
