From: Bin Meng Date: Tue, 17 May 2022 16:09:17 +0000 (+0800) Subject: doc: sandbox: Correct the memory size config option X-Git-Tag: v2022.07-rc4~5^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27267c61b18cf3006674055139c330ae8e26eaf3;p=pandora-u-boot.git doc: sandbox: Correct the memory size config option It should be CONFIG_SANDBOX_RAM_SIZE_MB. Signed-off-by: Bin Meng Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst index bc670b98b7e..246ab5b380a 100644 --- a/doc/arch/sandbox.rst +++ b/doc/arch/sandbox.rst @@ -143,7 +143,7 @@ UBOOT_SB_TIME_OFFSET Memory Emulation ---------------- -Memory emulation is supported, with the size set by CONFIG_SYS_SDRAM_SIZE. +Memory emulation is supported, with the size set by CONFIG_SANDBOX_RAM_SIZE_MB. The -m option can be used to read memory from a file on start-up and write it when shutting down. This allows preserving of memory contents across test runs. You can tell U-Boot to remove the memory file after it is read