diff options
author | Tom Rini <trini@konsulko.com> | 2016-02-04 06:56:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-04 06:56:20 -0500 |
commit | 2a5bcaf3f8ace7398d4391701314d6e0457aec60 (patch) | |
tree | a1a4edd8edb8183b854c68af03e10c8186a89e19 | |
parent | fb0d042814e6ea3463ee335523222f91d891d084 (diff) | |
parent | a409a8b85ee337250043aa0c031a31b3a6639e74 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
-rw-r--r-- | drivers/fpga/socfpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/socfpga.c b/drivers/fpga/socfpga.c index 431e159e48c..4448250f5c6 100644 --- a/drivers/fpga/socfpga.c +++ b/drivers/fpga/socfpga.c @@ -269,7 +269,7 @@ int socfpga_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size) /* Prior programming the FPGA, all bridges need to be shut off */ /* Disable all signals from hps peripheral controller to fpga */ - writel(0, &sysmgr_regs->fpgaintfgrp_gbl); + writel(0, &sysmgr_regs->fpgaintfgrp_module); /* Disable all signals from FPGA to HPS SDRAM */ #define SDR_CTRLGRP_FPGAPORTRST_ADDRESS 0x5080 |