Re: [U-Boot] [PATCH] spl: add a generic function board_init_r

2019-09-17 Thread Simon Goldschmidt
On Thu, Sep 5, 2019 at 6:50 PM Philippe Reynes wrote: > > This commit add a generic function board_init_r that > only initialize some device (for example serial). It > avoid to define a board function only to launch the > serial configuration. > > Signed-off-by: Philippe Reynes > --- >

Re: [U-Boot] [PATCH] spl: add a generic function board_init_r

2019-09-16 Thread Simon Glass
Hi Philippe, On Thu, 5 Sep 2019 at 09:50, Philippe Reynes wrote: > > This commit add a generic function board_init_r that > only initialize some device (for example serial). It > avoid to define a board function only to launch the > serial configuration. > > Signed-off-by: Philippe Reynes > ---

[U-Boot] [PATCH] spl: add a generic function board_init_r

2019-09-05 Thread Philippe Reynes
This commit add a generic function board_init_r that only initialize some device (for example serial). It avoid to define a board function only to launch the serial configuration. Signed-off-by: Philippe Reynes --- common/spl/Kconfig | 8 common/spl/spl.c | 19 +++ 2