diff options
Diffstat (limited to 'roms/u-boot/doc/usage/base.rst')
-rw-r--r-- | roms/u-boot/doc/usage/base.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/roms/u-boot/doc/usage/base.rst b/roms/u-boot/doc/usage/base.rst new file mode 100644 index 000000000..db9cd4d97 --- /dev/null +++ b/roms/u-boot/doc/usage/base.rst @@ -0,0 +1,23 @@ +.. 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. |