]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl_atmel.c: Switch s_init to board_init_f
authorTom Rini <trini@ti.com>
Wed, 11 Feb 2015 00:07:22 +0000 (19:07 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:12 +0000 (14:38 +0200)
commitf40a75b5594500a655f13b6272afbd887b9c1c6d
treed07c190a91bea976d063be14fcf92b68a459d086
parent67add0fa0bf17ea2c51f072a60bf5022ffea3072
spl_atmel.c: Switch s_init to board_init_f

To facilitate changing lowlevel_init to become s_init, move the current
contents of s_init into board_init_f and add the rest of what
board_init_f does here.
In order to compile clean without CONFIG_SKIP_LOWLEVEL_INIT set, leave an
empty stub of s_init(). It can be removed when lowlevel_init becomes s_init.

Cc: Bo Shen <voice.shen@atmel.com>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Tested-by: Matt Porter <mporter@konsulko.com> on sama5d3_xplained
Signed-off-by: Tom Rini <trini@ti.com>
[rebased on current master, leave s_init() as empty stub]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/mach-at91/spl_atmel.c