Re: [U-Boot] [PATCH] initcall.h: initcall_run_list(): Improve debug output

2019-10-05 Thread Tom Rini
On Wed, Sep 25, 2019 at 02:10:54PM +0300, Ovidiu Panait wrote: > From: Ovidiu Panait > > Existing debug output is mixed with the function name: > initcall_run_list() initcall: 25263initcall_run_list() (relocated to 425263) > > Turn it to: > initcall_run_list() initcall: 25263 (relocated to

[U-Boot] [PATCH] initcall.h: initcall_run_list(): Improve debug output

2019-09-25 Thread Ovidiu Panait
From: Ovidiu Panait Existing debug output is mixed with the function name: initcall_run_list() initcall: 25263initcall_run_list() (relocated to 425263) Turn it to: initcall_run_list() initcall: 25263 (relocated to 425263) Signed-off-by: Ovidiu Panait --- include/initcall.h | 8 +--- 1