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

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:44:45AM -0700, Simon Glass wrote: > This is an init function so move it out of the common header. Avoid using > the typedef so that we don't have to include the global_data header file. > > Also tidy up the function style in comments while we are here. > > Signed-off-b

[PATCH v2 08/35] common: Move relocate_code() to init.h

2019-12-28 Thread Simon Glass
This is an init function so move it out of the common header. Avoid using the typedef so that we don't have to include the global_data header file. Also tidy up the function style in comments while we are here. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/lib/relocate_64.S