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

2022-07-11 Thread Tom Rini
This variable is never set nor explained why it would be set, drop it.

Reviewed-by: Simon Glass 
Reviewed-by: Heinrich Schuchardt 
Signed-off-by: Tom Rini 
---
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-bootu-boot u-boot_addr_ru-boot_addr
 Linux kernel  bootfile   kernel_addr_rkernel_addr
 device tree blob  fdtfilefdt_addr_r   fdt_addr
 ramdisk   ramdiskfileramdisk_addr_r   ramdisk_addr
-- 
2.25.1



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

2022-07-10 Thread Heinrich Schuchardt

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 


Reviewed-by: Heinrich Schuchardt 


---
  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-bootu-boot u-boot_addr_ru-boot_addr
  Linux kernel  bootfile   kernel_addr_rkernel_addr
  device tree blob  fdtfilefdt_addr_r   fdt_addr
  ramdisk   ramdiskfileramdisk_addr_r   ramdisk_addr




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

2022-06-30 Thread Simon Glass
On Mon, 20 Jun 2022 at 08:31, Tom Rini  wrote:
>
> This variable is never set nor explained why it would be set, drop it.
>
> Signed-off-by: Tom Rini 
> ---
>  doc/usage/environment.rst | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass 


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

2022-06-20 Thread Tom Rini
This variable is never set nor explained why it would be set, drop it.

Signed-off-by: Tom Rini 
---
 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-bootu-boot u-boot_addr_ru-boot_addr
 Linux kernel  bootfile   kernel_addr_rkernel_addr
 device tree blob  fdtfilefdt_addr_r   fdt_addr
 ramdisk   ramdiskfileramdisk_addr_r   ramdisk_addr
-- 
2.25.1