diff options
| author | Rasmus Villemoes <[email protected]> | 2024-01-03 11:47:10 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-17 08:00:07 -0500 |
| commit | 994f1cecc17acf2aa88e8d403cae13fde293c960 (patch) | |
| tree | 1920683ef3e35f0ddc3bde1c6ca2f89909ea48a9 /doc/usage/cmd/cmp.rst | |
| 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 <[email protected]>
Diffstat (limited to 'doc/usage/cmd/cmp.rst')
| -rw-r--r-- | doc/usage/cmd/cmp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/cmp.rst b/doc/usage/cmd/cmp.rst index 8d196ee5786..66865ebd7ee 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 ------------ |
