[U-Boot] [PATCH] spl_atmel.c: Switch s_init to board_init_f

Andreas Bießmann andreas.devel at googlemail.com
Wed Apr 1 01:09:36 CEST 2015


Dear Tom Rini,

Tom Rini <trini at ti.com> writes:
>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 at atmel.com>
>Cc: Andreas Bießmann <andreas.devel at googlemail.com>
>Tested-by: Matt Porter <mporter at konsulko.com> on sama5d3_xplained
>Signed-off-by: Tom Rini <trini at ti.com>
>[rebased on current master, leave s_init() as empty stub]
>Signed-off-by: Andreas Bießmann <andreas.devel at googlemail.com>
>---
> arch/arm/mach-at91/spl_atmel.c | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)

applied a rebased and slightly modified version to u-boot-atmel/master, thanks!

Best regards,
Andreas Bießmann


More information about the U-Boot mailing list