commit | 04136cdc90ed23d08cd862c09c136c6a30436b4a | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Tue May 07 14:18:44 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 11 10:05:15 2019 -0400 |
tree | 3390d3afdbfcfe661ae8b658f355dd787be880a9 | |
parent | 9f8d994f4d7dd12e23a08d10d9ee009fe73804f7 [diff] |
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>