]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: drop references to non-existing CONFIG_MEM_SUPPORT_64BIT_DATA
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 3 Jan 2024 10:47:10 +0000 (11:47 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jan 2024 13:00:07 +0000 (08:00 -0500)
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>
doc/usage/cmd/cmp.rst
doc/usage/cmd/cp.rst

index 8d196ee578604b4bc221f7069d9a803c69f6c981..66865ebd7eedfb8c07a4803e76eac7240592b8b7 100644 (file)
@@ -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
 ------------
index 67360e30e41b80f6c6305c7ef78ebf161a81030a..bea379ff3602a7571c1e0d889fb92f8e10954949 100644 (file)
@@ -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