]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2bde899111650bff2df04548f9cc4802de5be3ca
tree40bd526fc63425553858f6d64e0aec2f910067fa
parent0dbffd0bf6e7e9c95ab8a17e7de00c0b796e0e34
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