From: Jan Kiszka <[email protected]> Avoids the overlap with its linux-demo and aligning it with other systems with 4 or more cores.
Signed-off-by: Jan Kiszka <[email protected]> --- configs/arm/jetson-tk1-inmate-demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/arm/jetson-tk1-inmate-demo.c b/configs/arm/jetson-tk1-inmate-demo.c index 4ab2935d..1dab7ef7 100644 --- a/configs/arm/jetson-tk1-inmate-demo.c +++ b/configs/arm/jetson-tk1-inmate-demo.c @@ -49,7 +49,7 @@ struct { }, .cpus = { - 0x8, + 0x2, }, .mem_regions = { -- 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/151255c22fdb28ede62bdbb4805739aafc9a7d9b.1674415741.git.jan.kiszka%40siemens.com.
