From: Jan Kiszka <[email protected]> Not needed on arm64 because it starts Jailhouse differently compared to arm (tk1).
Signed-off-by: Jan Kiszka <[email protected]> --- configs/arm64/jetson-tx1.c | 2 +- configs/arm64/jetson-tx2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/arm64/jetson-tx1.c b/configs/arm64/jetson-tx1.c index 60ed2630..c9dbec87 100644 --- a/configs/arm64/jetson-tx1.c +++ b/configs/arm64/jetson-tx1.c @@ -12,7 +12,7 @@ * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. * - * NOTE: Add "mem=3968M vmalloc=512M" to the kernel command line. + * NOTE: Add "mem=3968M" to the kernel command line. */ #include <jailhouse/types.h> diff --git a/configs/arm64/jetson-tx2.c b/configs/arm64/jetson-tx2.c index c2e17e67..58f7d488 100644 --- a/configs/arm64/jetson-tx2.c +++ b/configs/arm64/jetson-tx2.c @@ -11,7 +11,7 @@ * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. * - * NOTE: Add "mem=7808M vmalloc=512M" to the kernel command line. + * NOTE: Add "mem=7808M" to the kernel command line. * * 2:7000:0000 inmate (size: 100:0000 = 16 MB) * 2:7100:0000 hypervisor (size: 400:0000 = 64 MB) -- 2.16.4 -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux -- 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/472c9366-b584-e3d1-98a6-c20a3ccc16a4%40siemens.com.
