Re: [PATCH v2 03/25] x86: mp_init: Avoid declarations in header files

2020-06-27 Thread Bin Meng
On Mon, Jun 15, 2020 at 1:00 AM Simon Glass wrote: > > The functions used by the flight plan are declared in the header file but > are not used in any other file. > > Move the flight plan steps down to just above where it is used so that we > can make these function static. > > Signed-off-by: Simo

[PATCH v2 03/25] x86: mp_init: Avoid declarations in header files

2020-06-14 Thread Simon Glass
The functions used by the flight plan are declared in the header file but are not used in any other file. Move the flight plan steps down to just above where it is used so that we can make these function static. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1)