]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: sandbox: Correct the memory size config option
authorBin Meng <bmeng.cn@gmail.com>
Tue, 17 May 2022 16:09:17 +0000 (00:09 +0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 28 May 2022 08:59:27 +0000 (10:59 +0200)
It should be CONFIG_SANDBOX_RAM_SIZE_MB.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/arch/sandbox.rst

index bc670b98b7eebb4e6ddac2278f8bb92e244de584..246ab5b380a2ac040c961bac2d0a74ee53accf56 100644 (file)
@@ -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