]> git.sur5r.net Git - u-boot/commit
at91: simplify spl board_init_f function
authorJosh Wu <josh.wu@atmel.com>
Fri, 23 Oct 2015 09:23:57 +0000 (17:23 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Sun, 1 Nov 2015 21:02:14 +0000 (22:02 +0100)
commit478ec83489dea9e27b59eeaf77eed52a6d1185f5
treec63e7bec141ae8dac8a4a366cfe09a5049e01e22
parent0e067a65f57189703668826d9841fea477026bf6
at91: simplify spl board_init_f function

crt0.S do both memset the bss section and call board_init_r for us, so
remove them from board_init_f().

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/mach-at91/spl_atmel.c