arm: spl: Align default board_init_f comment with code
authorAndreas Dannenberg <dannenberg@ti.com>
Mon, 28 Mar 2016 18:58:03 +0000 (13:58 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2016 21:17:57 +0000 (17:17 -0400)
commitf00169a915a4abcb03ba323755117959fbbc632e
treed994d3fdaad673881268bc4ad876bdad77e11fc6
parent9d906bf0bd46e539cd691f0fa1ea1cc838cf98c4
arm: spl: Align default board_init_f comment with code

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>
arch/arm/lib/spl.c