spl: add a generic function board_init_f
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 19 Sep 2019 14:18:39 +0000 (16:18 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 14:09:17 +0000 (10:09 -0400)
commita9a3aadaddb4b968eb7133132a73646fc12ca39f
tree40bd526fc63425553858f6d64e0aec2f910067fa
parent84a527bd0907ec66e5cccd81ce641d24a726a5f0
spl: add a generic function board_init_f

This commit add a generic function board_init_f 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 <philippe.reynes@softathome.com>
common/spl/Kconfig
common/spl/spl.c