[PATCH 1/2] doc: imx: psb: Fix PERSIST_SECONDARY_BOOT bit location in GPR10

2021-10-20 Thread sbabic
> The PERSIST_SECONDARY_BOOT is in GPR10 address 0x30390098, adjust the
> text which currently says it is in GPR0 while using the correct address
> of GPR10.
> Signed-off-by: Marek Vasut 
> Cc: Marcel Ziswiler 
> Cc: Peng Fan 
> Cc: Stefano Babic 
> Cc: Ye Li 
> Cc: uboot-imx 
> Reviewed-by: Marcel Ziswiler 
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


Re: [PATCH 1/2] doc: imx: psb: Fix PERSIST_SECONDARY_BOOT bit location in GPR10

2021-08-11 Thread Marcel Ziswiler
On Tue, 2021-08-10 at 21:12 +0200, Marek Vasut wrote:
> The PERSIST_SECONDARY_BOOT is in GPR10 address 0x30390098, adjust the
> text which currently says it is in GPR0 while using the correct address
> of GPR10.
> 
> Signed-off-by: Marek Vasut 

Reviewed-by: Marcel Ziswiler 

> Cc: Peng Fan 
> Cc: Stefano Babic 
> Cc: Ye Li 
> Cc: uboot-imx 
> ---
>  doc/imx/misc/psb.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/imx/misc/psb.rst b/doc/imx/misc/psb.rst
> index 71ac09fac8d..3533c916405 100644
> --- a/doc/imx/misc/psb.rst
> +++ b/doc/imx/misc/psb.rst
> @@ -159,7 +159,7 @@ WARM reset into B-copy using WDT
>  
>  
>  To perform a reboot into B-copy, the PERSIST_SECONDARY_BOOT must be set
> -in SRC_GPR0 register. Example on iMX8MM::
> +in SRC_GPR10 register. Example on iMX8MM::
>  
>    => mw 0x30390098 0x4000


[PATCH 1/2] doc: imx: psb: Fix PERSIST_SECONDARY_BOOT bit location in GPR10

2021-08-10 Thread Marek Vasut
The PERSIST_SECONDARY_BOOT is in GPR10 address 0x30390098, adjust the
text which currently says it is in GPR0 while using the correct address
of GPR10.

Signed-off-by: Marek Vasut 
Cc: Marcel Ziswiler 
Cc: Peng Fan 
Cc: Stefano Babic 
Cc: Ye Li 
Cc: uboot-imx 
---
 doc/imx/misc/psb.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/imx/misc/psb.rst b/doc/imx/misc/psb.rst
index 71ac09fac8d..3533c916405 100644
--- a/doc/imx/misc/psb.rst
+++ b/doc/imx/misc/psb.rst
@@ -159,7 +159,7 @@ WARM reset into B-copy using WDT
 
 
 To perform a reboot into B-copy, the PERSIST_SECONDARY_BOOT must be set
-in SRC_GPR0 register. Example on iMX8MM::
+in SRC_GPR10 register. Example on iMX8MM::
 
   => mw 0x30390098 0x4000
 
-- 
2.30.2