summaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/spl_a10.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-26 20:15:46 -0400
committerTom Rini <trini@konsulko.com>2019-05-26 20:15:46 -0400
commit696f02d99b41190786b17ad28316a0cd45792c2c (patch)
tree1600a13282ed2553be44727208832699bc9140dc /arch/arm/mach-socfpga/spl_a10.c
parent344a0e4367d0820b8eb2ea4a90132433e038095f (diff)
parentca9387e8b1e276e17244010620319cc8bbd1c655 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
- SoCFPGA PL310 cleanup + A10 fix, A10 DT cleanup, DW GPIO fix.
Diffstat (limited to 'arch/arm/mach-socfpga/spl_a10.c')
-rw-r--r--arch/arm/mach-socfpga/spl_a10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/spl_a10.c b/arch/arm/mach-socfpga/spl_a10.c
index b466307f985..b820cb0673d 100644
--- a/arch/arm/mach-socfpga/spl_a10.c
+++ b/arch/arm/mach-socfpga/spl_a10.c
@@ -110,6 +110,7 @@ void board_init_f(ulong dummy)
socfpga_init_security_policies();
socfpga_sdram_remap_zero();
+ socfpga_pl310_clear();
/* Assert reset to all except L4WD0 and L4TIMER0 */
socfpga_per_reset_all();