Re: [PATCH v2 19/35] common: Move ll_boot_init() to init.h

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:44:56AM -0700, Simon Glass wrote: > This is an init-related function so belongs in that file. Move it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 19/35] common: Move ll_boot_init() to init.h

2019-12-28 Thread Simon Glass
This is an init-related function so belongs in that file. Move it. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/baytrail/cpu.c| 1 + arch/x86/cpu/baytrail/valleyview.c | 1 + arch/x86/cpu/cpu.c | 1 + arch/x86/cpu/i386/cpu.c| 1 + arch/x86