This is probably a c&p artefact from macchiatobin.c: Memory on the espressobin, 1G variant, ranges from 0x0 - 0x40000000, and reservation can be done via cmdline. Adjust the comment.
Signed-off-by: Ralf Ramsauer <[email protected]> --- configs/arm64/espressobin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/arm64/espressobin.c b/configs/arm64/espressobin.c index 79d79fa2..1b75f6d7 100644 --- a/configs/arm64/espressobin.c +++ b/configs/arm64/espressobin.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. * - * Reservation via device tree: 0x800000000..0x83fffffff + * Reservation 0x30000000..0x3fffffff via cmdline: mem=768M */ #include <jailhouse/types.h> -- 2.25.1 -- 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/20200307233330.520833-1-ralf.ramsauer%40oth-regensburg.de.
