All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: board: typo GIUD Microchip MPFS Icicle Kit doc
@ 2022-11-30 17:03 Heinrich Schuchardt
  2022-12-01  1:42 ` Bin Meng
  2022-12-05  6:34 ` Padmarao.Begari
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2022-11-30 17:03 UTC (permalink / raw)
  To: u-boot; +Cc: Padmarao Begari, Bin Meng, Leo Yu-Chi Liang, Heinrich Schuchardt

%s/GIUD/GUID/

Fixes: 9e550e18305f ("doc: board: Add Microchip MPFS Icicle Kit doc")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 doc/board/microchip/mpfs_icicle.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/board/microchip/mpfs_icicle.rst b/doc/board/microchip/mpfs_icicle.rst
index a4b10c6bd7..09c2c6a9c1 100644
--- a/doc/board/microchip/mpfs_icicle.rst
+++ b/doc/board/microchip/mpfs_icicle.rst
@@ -209,7 +209,7 @@ GUID type
 ~~~~~~~~~
 
 The HSS always picks up HSS payload from a GPT partition with
-GIUD type "21686148-6449-6E6F-744E-656564454649" or sector '0' of the eMMC if no
+GUID type "21686148-6449-6E6F-744E-656564454649" or sector '0' of the eMMC if no
 GPT partition.
 
 Booting
@@ -460,7 +460,7 @@ GUID type
 ~~~~~~~~~
 
 The HSS always picks up the HSS payload from a GPT partition with
-GIUD type "21686148-6449-6E6F-744E-656564454649" or sector '0' of the eMMC if no
+GUID type "21686148-6449-6E6F-744E-656564454649" or sector '0' of the eMMC if no
 GPT partition.
 
 Sample boot log from MPFS Icicle Kit
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] doc: board: typo GIUD Microchip MPFS Icicle Kit doc
  2022-11-30 17:03 [PATCH 1/1] doc: board: typo GIUD Microchip MPFS Icicle Kit doc Heinrich Schuchardt
@ 2022-12-01  1:42 ` Bin Meng
  2022-12-05  6:34 ` Padmarao.Begari
  1 sibling, 0 replies; 3+ messages in thread
From: Bin Meng @ 2022-12-01  1:42 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: u-boot, Padmarao Begari, Leo Yu-Chi Liang

On Thu, Dec 1, 2022 at 1:03 AM Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> %s/GIUD/GUID/
>
> Fixes: 9e550e18305f ("doc: board: Add Microchip MPFS Icicle Kit doc")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  doc/board/microchip/mpfs_icicle.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng@tinylab.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] doc: board: typo GIUD Microchip MPFS Icicle Kit doc
  2022-11-30 17:03 [PATCH 1/1] doc: board: typo GIUD Microchip MPFS Icicle Kit doc Heinrich Schuchardt
  2022-12-01  1:42 ` Bin Meng
@ 2022-12-05  6:34 ` Padmarao.Begari
  1 sibling, 0 replies; 3+ messages in thread
From: Padmarao.Begari @ 2022-12-05  6:34 UTC (permalink / raw)
  To: u-boot, heinrich.schuchardt; +Cc: ycliang, bmeng.cn

> On Wed, 2022-11-30 at 18:03 +0100, Heinrich Schuchardt wrote:
> %s/GIUD/GUID/
> 
> Fixes: 9e550e18305f ("doc: board: Add Microchip MPFS Icicle Kit doc")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com
> >
> ---
>  doc/board/microchip/mpfs_icicle.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Padmarao Begari <padmarao.begari@microchip.com>

> diff --git a/doc/board/microchip/mpfs_icicle.rst
> b/doc/board/microchip/mpfs_icicle.rst
> index a4b10c6bd7..09c2c6a9c1 100644
> --- a/doc/board/microchip/mpfs_icicle.rst
> +++ b/doc/board/microchip/mpfs_icicle.rst
> @@ -209,7 +209,7 @@ GUID type
>  ~~~~~~~~~
> 
>  The HSS always picks up HSS payload from a GPT partition with
> -GIUD type "21686148-6449-6E6F-744E-656564454649" or sector '0' of
> the eMMC if no
> +GUID type "21686148-6449-6E6F-744E-656564454649" or sector '0' of
> the eMMC if no
>  GPT partition.
> 
>  Booting
> @@ -460,7 +460,7 @@ GUID type
>  ~~~~~~~~~
> 
>  The HSS always picks up the HSS payload from a GPT partition with
> -GIUD type "21686148-6449-6E6F-744E-656564454649" or sector '0' of
> the eMMC if no
> +GUID type "21686148-6449-6E6F-744E-656564454649" or sector '0' of
> the eMMC if no
>  GPT partition.
> 
>  Sample boot log from MPFS Icicle Kit
> --
> 2.37.2
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-05  6:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30 17:03 [PATCH 1/1] doc: board: typo GIUD Microchip MPFS Icicle Kit doc Heinrich Schuchardt
2022-12-01  1:42 ` Bin Meng
2022-12-05  6:34 ` Padmarao.Begari

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.