Re: [PATCH] bootstage: Correct exhasuted typo

2023-11-15 Thread Simon Glass
On Tue, 7 Nov 2023 at 02:18, Patrick Delaunay
 wrote:
>
> From: Simon Glass 
>
> Correct this typo in the warning message shown when no more bootstage
> records can be added.
>
> Signed-off-by: Simon Glass 
> Signed-off-by: Patrick Delaunay 
> ---
> I just cherry-pick the Simon's patch in the branch fix-bs-working
> of the dm custodian git but it is not yet present in patchwork.
>
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/8810b8dd3d233978c15203b23420fa819ab1e791

Reviewed-by: Simon Glass 

Thank you


>
> Regards
>
> Patrick
>
>  common/bootstage.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied to u-boot-dm, thanks!


Re: [PATCH] bootstage: Correct exhasuted typo

2023-11-07 Thread Simon Glass
On Tue, 7 Nov 2023 at 02:18, Patrick Delaunay
 wrote:
>
> From: Simon Glass 
>
> Correct this typo in the warning message shown when no more bootstage
> records can be added.
>
> Signed-off-by: Simon Glass 
> Signed-off-by: Patrick Delaunay 
> ---
> I just cherry-pick the Simon's patch in the branch fix-bs-working
> of the dm custodian git but it is not yet present in patchwork.
>
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/8810b8dd3d233978c15203b23420fa819ab1e791

Reviewed-by: Simon Glass 

Thank you


>
> Regards
>
> Patrick
>
>  common/bootstage.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/common/bootstage.c b/common/bootstage.c
> index a68d883c684c..0e6d80718fd5 100644
> --- a/common/bootstage.c
> +++ b/common/bootstage.c
> @@ -137,7 +137,7 @@ ulong bootstage_add_record(enum bootstage_id id, const 
> char *name,
> rec->flags = flags;
> rec->id = id;
> } else {
> -   log_warning("Bootstage space exhasuted\n");
> +   log_warning("Bootstage space exhausted\n");
> }
> }
>
> --
> 2.25.1
>