diff options
author | Ley Foon Tan | 2019-11-27 15:55:15 +0800 |
---|---|---|
committer | Marek Vasut | 2020-01-07 14:38:33 +0100 |
commit | 8b7962a34923d8eaa2459376b12f8cead7f3894a (patch) | |
tree | 71b51390be7d15cdb1d2c7418c3a8f9c82c10d59 /drivers/ddr/altera | |
parent | 2145e611fc9906b8df41aff3c3f6f93aa400e2c0 (diff) |
arm: socfpga: Move firewall code to firewall file
Move firewall related code to new firewall.c, to share
code in Stratix 10 and Agilex.
SDMMC will transfer data to OCRAM in SPL. So, enable privilege for SDMMC
to allow DMA transfer to OCRAM.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'drivers/ddr/altera')
-rw-r--r-- | drivers/ddr/altera/sdram_s10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ddr/altera/sdram_s10.c b/drivers/ddr/altera/sdram_s10.c index 5cf7d975927..418588b4bbc 100644 --- a/drivers/ddr/altera/sdram_s10.c +++ b/drivers/ddr/altera/sdram_s10.c @@ -14,7 +14,7 @@ #include <reset.h> #include "sdram_s10.h" #include <wait_bit.h> -#include <asm/arch/firewall_s10.h> +#include <asm/arch/firewall.h> #include <asm/arch/system_manager.h> #include <asm/arch/reset_manager.h> #include <asm/io.h> |