mirror of
https://xff.cz/git/u-boot/
synced 2026-04-10 10:40:02 +02:00
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>