Re: [PATCH 09/13] arm: omap3: Compile lowlevel_init() function only when it is used

2020-11-29 Thread Pavel Machek
On Sun 2020-11-29 17:51:38, Pali Rohár wrote: > Function lowlevel_init() is called only from cpu_init_crit() and this > function is wrapped into #if .. #endif section. So compile also > lowlevel_init() function under same #if condition. > > Signed-off-by: Pali Rohár Reviewed-by: Pavel Machek

[PATCH 09/13] arm: omap3: Compile lowlevel_init() function only when it is used

2020-11-29 Thread Pali Rohár
Function lowlevel_init() is called only from cpu_init_crit() and this function is wrapped into #if .. #endif section. So compile also lowlevel_init() function under same #if condition. Signed-off-by: Pali Rohár --- arch/arm/mach-omap2/omap3/lowlevel_init.S | 6 +- 1 file changed, 5