Convert CONFIG_USB_XHCI_OMAP to Kconfig
[platform/kernel/u-boot.git] / doc / usage / base.rst
1 .. SPDX-License-Identifier: GPL-2.0+
2
3 base command
4 ============
5
6 Synopsis
7 --------
8
9 ::
10
11     base [address]
12
13 Description
14 -----------
15
16 The *base* command sets or displays the address offset used by the memory
17 commands *cmp, cp, md, mdc, mm, ms, mw, mwc*.
18
19 All other commands ignore the address defined by *base*.
20
21 address
22     new base address as hexadecimal number. If no value is provided, the current
23     value is displayed.