u-boot/doc/usage/cmd/base.rst
Bin Meng 34e452dd02 doc: usage: Group all shell command docs into cmd/ sub-directory
Currently all shell command docs are put in the doc/usage root.
Let's group them into cmd/ sub-directory.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-03-31 19:06:16 +02:00

23 lines
425 B
ReStructuredText

.. SPDX-License-Identifier: GPL-2.0+
base command
============
Synopsis
--------
::
base [address]
Description
-----------
The *base* command sets or displays the address offset used by the memory
commands *cmp, cp, md, mdc, mm, ms, mw, mwc*.
All other commands ignore the address defined by *base*.
address
new base address as hexadecimal number. If no value is provided, the current
value is displayed.