[PATCH 1/3] doc: environment: Drop u-boot_addr_r
Tom Rini
trini at konsulko.com
Mon Jul 11 20:32:11 CEST 2022
This variable is never set nor explained why it would be set, drop it.
Reviewed-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Changes in v2:
- None
---
doc/usage/environment.rst | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst
index 28a8952b7528..a3f23d4e4e22 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
--
2.25.1
More information about the U-Boot
mailing list