Skip to content

Commit

Permalink
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Browse files Browse the repository at this point in the history
  • Loading branch information
trini committed Feb 4, 2016
2 parents fb0d042 + a409a8b commit 2a5bcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/fpga/socfpga.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a5bcaf

Please sign in to comment.