diff options
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2024-01-03 11:47:10 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-01-17 08:00:07 -0500 |
commit | 994f1cecc17acf2aa88e8d403cae13fde293c960 (patch) | |
tree | 1920683ef3e35f0ddc3bde1c6ca2f89909ea48a9 /doc/usage/cmd | |
parent | d060c49afe21578460b55173597885c16754fdae (diff) |
doc: drop references to non-existing CONFIG_MEM_SUPPORT_64BIT_DATA
Such a config option does not exist. Rephrase, and avoid mentioning
MEM_SUPPORT_64BIT_DATA, which is an implementation detail.
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Diffstat (limited to 'doc/usage/cmd')
-rw-r--r-- | doc/usage/cmd/cmp.rst | 2 | ||||
-rw-r--r-- | doc/usage/cmd/cp.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/cmd/cmp.rst b/doc/usage/cmd/cmp.rst index 8d196ee578..66865ebd7e 100644 --- a/doc/usage/cmd/cmp.rst +++ b/doc/usage/cmd/cmp.rst @@ -96,7 +96,7 @@ Configuration ------------- The cmp command is only available if CONFIG_CMD_MEMORY=y. The cmp.q command is -only available if additionally CONFIG_MEM_SUPPORT_64BIT_DATA=y. +only available on 64-bit targets. Return value ------------ diff --git a/doc/usage/cmd/cp.rst b/doc/usage/cmd/cp.rst index 67360e30e4..bea379ff36 100644 --- a/doc/usage/cmd/cp.rst +++ b/doc/usage/cmd/cp.rst @@ -74,7 +74,7 @@ Configuration ------------- The cp command is available if CONFIG_CMD_MEMORY=y. Support for 64 bit words -(cp.q) depends on CONFIG_MEM_SUPPORT_64BIT_DATA=y. Copying to flash depends on +(cp.q) is only available on 64-bit targets. Copying to flash depends on CONFIG_MTD_NOR_FLASH=y. Return value |