]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: zynq: Drop unnecessary code in SPL board_init_f()
authorSimon Glass <sjg@chromium.org>
Sun, 18 Oct 2015 01:41:21 +0000 (19:41 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 4 Nov 2015 13:49:52 +0000 (14:49 +0100)
commitbd44758a41b6d38b865e0bc0b1751c6129c1ec2b
treef77fdcae19801df43d8b33326157256e9ace6426
parentfa43f69e03e983fbc2ff69c7a5c2e4687605372a
arm: zynq: Drop unnecessary code in SPL board_init_f()

Move to the new way of starting up SPL. Clearing of BSS and calling
board_init_r() is now handled by crt0.S.

Also tidy up the header include order.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynq/spl.c