diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-20 10:31:27 -0400 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-07-13 20:07:07 +0200 |
commit | dc6b683035560eb4be703693975168a831250476 (patch) | |
tree | 7d7c47376697010f9a6ad426cee0aeb1a6852692 /doc | |
parent | e297f874a174ae932b0511de97f1e02528980658 (diff) | |
download | u-boot-dc6b683035560eb4be703693975168a831250476.tar.gz u-boot-dc6b683035560eb4be703693975168a831250476.tar.bz2 u-boot-dc6b683035560eb4be703693975168a831250476.zip |
doc: environment: Drop u-boot_addr_r
This variable is never set nor explained why it would be set, drop it.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/environment.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst index 28a8952b75..a3f23d4e4e 100644 --- a/doc/usage/environment.rst +++ b/doc/usage/environment.rst @@ -390,7 +390,6 @@ in U-Boot code. ================= ============== ================ ============== Image File Name RAM Address Flash Location ================= ============== ================ ============== -u-boot u-boot u-boot_addr_r u-boot_addr Linux kernel bootfile kernel_addr_r kernel_addr device tree blob fdtfile fdt_addr_r fdt_addr ramdisk ramdiskfile ramdisk_addr_r ramdisk_addr |