diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-10 10:16:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-10 10:16:07 -0400 |
commit | 19c8c9c1031ebf345a68728d6f06d943207cea0f (patch) | |
tree | 473081a243f14a82735242ef5e08cd9680a53a1d /arch/arm/mach-socfpga/spl_a10.c | |
parent | bdbf50f80c72b81c37a4fcdce5a92b21b790f888 (diff) | |
parent | 88c3bb49e1bf2b808cbad1fbdeda09480ae580a7 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
- Arria10 DRAM fixes and Gen5 cache fixes
Diffstat (limited to 'arch/arm/mach-socfpga/spl_a10.c')
-rw-r--r-- | arch/arm/mach-socfpga/spl_a10.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/spl_a10.c b/arch/arm/mach-socfpga/spl_a10.c index c97eacb424..c8e73d47c0 100644 --- a/arch/arm/mach-socfpga/spl_a10.c +++ b/arch/arm/mach-socfpga/spl_a10.c @@ -77,6 +77,8 @@ void spl_board_init(void) void board_init_f(ulong dummy) { + dcache_disable(); + socfpga_init_security_policies(); socfpga_sdram_remap_zero(); |