diff mbox series

[1/3] doc: environment: Drop u-boot_addr_r

Message ID 20220620143129.1772880-1-trini@konsulko.com
State Superseded
Delegated to: Heinrich Schuchardt
Headers show
Series [1/3] doc: environment: Drop u-boot_addr_r | expand

Commit Message

Tom Rini June 20, 2022, 2:31 p.m. UTC
This variable is never set nor explained why it would be set, drop it.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 doc/usage/environment.rst | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass June 30, 2022, 10:06 a.m. UTC | #1
On Mon, 20 Jun 2022 at 08:31, Tom Rini <trini@konsulko.com> wrote:
>
> This variable is never set nor explained why it would be set, drop it.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  doc/usage/environment.rst | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Heinrich Schuchardt July 10, 2022, 10:37 a.m. UTC | #2
On 6/20/22 16:31, Tom Rini wrote:
> This variable is never set nor explained why it would be set, drop it.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
>   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
diff mbox series

Patch

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