Re: [RESEND PATCH 2/7] common: board_r: move bedbug_init() to common code

2021-12-28 Thread Simon Glass
Hi Ovidiu, On Sat, 25 Dec 2021 at 12:57, Ovidiu Panait wrote: > > bedbug/types.h is included to provide bedbug_init() declaration, which is > an empty stub that is only called from the common init sequence. In order > to get rid of this dependency and the associated #ifdef: > * move the bedbug_in

[RESEND PATCH 2/7] common: board_r: move bedbug_init() to common code

2021-12-25 Thread Ovidiu Panait
bedbug/types.h is included to provide bedbug_init() declaration, which is an empty stub that is only called from the common init sequence. In order to get rid of this dependency and the associated #ifdef: * move the bedbug_init() declaration from include/bedbug/type.h to include/init.h * provide

[PATCH 2/7] common: board_r: move bedbug_init() to common code

2021-10-29 Thread Ovidiu Panait
bedbug/types.h is included to provide bedbug_init() declaration, which is an empty stub that is only called from the common init sequence. In order to get rid of this dependency and the associated #ifdef: * move the bedbug_init() declaration from include/bedbug/type.h to include/init.h * provide