summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2022-05-17 19:09:17 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-05-28 11:59:27 +0300
commit27267c61b18cf3006674055139c330ae8e26eaf3 (patch)
treefdc8596379f583953fcb5798a38bacdfc6548397 /doc
parent1e5514fd6859e78e3ba2611c020698a451c81b39 (diff)
downloadu-boot-27267c61b18cf3006674055139c330ae8e26eaf3.tar.xz
doc: sandbox: Correct the memory size config option
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/arch/sandbox.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst
index bc670b98b7..246ab5b380 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