]> git.sur5r.net Git - u-boot/commit
arm: socfpga: Restructure the SPL file
authorLey Foon Tan <ley.foon.tan@intel.com>
Wed, 23 May 2018 16:17:27 +0000 (00:17 +0800)
committerMarek Vasut <marex@denx.de>
Thu, 12 Jul 2018 07:22:11 +0000 (09:22 +0200)
commitc859f2a77d98e0eced780775d668b4b76a97926c
tree4ed0c572a3ccbd756547d36deb115955202a53a2
parent914a84e6eefa703efccf7bb49bf870fcab060005
arm: socfpga: Restructure the SPL file

Restructure the SPL so each devices such as CV, A10 and S10
will have their own dedicated SPL file. SPL file determine
the HW initialization flow which is device specific

Signed-off-by: Chin Liang See <chin.liang.see@intel.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/mach-socfpga/Makefile
arch/arm/mach-socfpga/spl.c [deleted file]
arch/arm/mach-socfpga/spl_a10.c [new file with mode: 0644]
arch/arm/mach-socfpga/spl_gen5.c [new file with mode: 0644]