mirror of
https://xff.cz/git/u-boot/
synced 2025-10-14 06:21:47 +02: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>