On Thu, 5 Nov 2020 at 03:10, Ovidiu Panait <[email protected]> wrote: > > Use IS_ENABLED(CONFIG_TIMER_EARLY) instead of #ifdef in initf_dm. Also, > move timer code to the main ifdef, so that ret is defined. > > Signed-off-by: Ovidiu Panait <[email protected]> > --- > common/board_f.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

