arm: spear: Drop useless board_init_r call
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 7 May 2019 12:18:44 +0000 (14:18 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jul 2019 14:05:15 +0000 (10:05 -0400)
commitaa13fa71ea20ab1f68ab831aded3d23edc8d5436
tree3390d3afdbfcfe661ae8b658f355dd787be880a9
parentfd4ee98db330f067bf366eefe1f83909e846cedd
arm: spear: Drop useless board_init_r call

It is clearly stated that board_init_f should *not* call
board_init_r. Indeed, board_init_f should return. The code will
continue through arch/arm/lib/crt0.S which will do more setup before
calling board_init_r.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/cpu/arm926ejs/spear/spl.c