diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-26 20:15:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-26 20:15:46 -0400 |
commit | 696f02d99b41190786b17ad28316a0cd45792c2c (patch) | |
tree | 1600a13282ed2553be44727208832699bc9140dc /arch/arm/mach-socfpga/spl_a10.c | |
parent | 344a0e4367d0820b8eb2ea4a90132433e038095f (diff) | |
parent | ca9387e8b1e276e17244010620319cc8bbd1c655 (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.c | 1 |
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(); |