mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
d060c49afe
commit
994f1cecc1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
------------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue