mirror of
https://xff.cz/git/u-boot/
synced 2026-02-10 10:56:35 +01:00
The default board_init_f() implementation performs a call to board_init_r() as the last step of the sequence. Fix the comment for this function to reflect the actual execution flow. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>