Re: [PATCH 09/13] s5p: Remove empty arch_misc_init

2023-03-03 Thread Tom Rini
On Wed, Feb 15, 2023 at 10:36:55PM -0500, Tom Rini wrote:

> We don't need to provide an empty arch_misc_init function here, we can
> just not enable the hook.
> 
> Cc: Stefan Bosch 
> Signed-off-by: Tom Rini 
> Reviewed-by: Simon Glass 
> Reviewed-by: Minkyu Kang 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH 09/13] s5p: Remove empty arch_misc_init

2023-02-24 Thread Minkyu Kang
On Fri, 17 Feb 2023 at 05:19, Simon Glass  wrote:

> On Wed, 15 Feb 2023 at 20:39, Tom Rini  wrote:
> >
> > We don't need to provide an empty arch_misc_init function here, we can
> > just not enable the hook.
> >
> > Cc: Stefan Bosch 
> > Signed-off-by: Tom Rini 
> > ---
> >  arch/arm/cpu/armv7/s5p4418/cpu.c  | 7 ---
> >  configs/s5p4418_nanopi2_defconfig | 1 -
> >  2 files changed, 8 deletions(-)
> >
>
> Reviewed-by: Simon Glass 
>

Reviewed-by: Minkyu Kang 

-- 
Thanks,
Minkyu Kang.


Re: [PATCH 09/13] s5p: Remove empty arch_misc_init

2023-02-16 Thread Simon Glass
On Wed, 15 Feb 2023 at 20:39, Tom Rini  wrote:
>
> We don't need to provide an empty arch_misc_init function here, we can
> just not enable the hook.
>
> Cc: Stefan Bosch 
> Signed-off-by: Tom Rini 
> ---
>  arch/arm/cpu/armv7/s5p4418/cpu.c  | 7 ---
>  configs/s5p4418_nanopi2_defconfig | 1 -
>  2 files changed, 8 deletions(-)
>

Reviewed-by: Simon Glass