diff options
| author | Quentin Schulz <[email protected]> | 2025-12-18 12:44:42 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-12-24 09:22:33 +0100 |
| commit | c7a6c01100b5740544a81fe723acab815e091152 (patch) | |
| tree | 0cfcb4cbaa8c0e58e75b0253a17ea761905ec5e4 /doc/usage | |
| parent | de3754fea3c0d76a854f3cd2f87fd0c39ad3043f (diff) | |
doc: cmd: bdinfo: specify required dependency for some info
The devicetree, current eth and IP addr info are only available when
certain symbols are defined, so let's make the dependencies explicit.
Signed-off-by: Quentin Schulz <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/cmd/bdinfo.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/usage/cmd/bdinfo.rst b/doc/usage/cmd/bdinfo.rst index a139c9d855c..55f2d8287b4 100644 --- a/doc/usage/cmd/bdinfo.rst +++ b/doc/usage/cmd/bdinfo.rst @@ -77,9 +77,13 @@ Build current eth name of the active network device + Only shown if CONFIG_NET=y or CONFIG_NET_LWIP=y. + IP addr network address, value of the environment variable *ipaddr* + Only shown if CONFIG_NET=y or CONFIG_NET_LWIP=y. + fdt_blob address of U-Boot's own device tree, NULL if none @@ -92,9 +96,13 @@ fdt_size lmb_dump_all available memory and memory reservations + Only shown if CONFIG_LMB=y. + devicetree source of the device-tree + Only shown if CONFIG_OF_REAL=y. + arch_number unique id for the board |
