diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-03 14:23:01 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-03 14:23:01 -0400 |
commit | 4862830b696a6d0750e19d32a82553cdb41a85f8 (patch) | |
tree | f81a33bfd965bc92b5437e4a9744c72bd09f0e20 /arch/arm/mach-socfpga/misc_s10.c | |
parent | c767b6ac98c8cee866954f5260734e8291d5c4ee (diff) | |
parent | 7110259f550ce2c300f6f2c1760576c180705f4e (diff) |
Merge git://git.denx.de/u-boot-socfpga
- Misc MMC, FPGA bridge, general SoCFPGA fixes
Diffstat (limited to 'arch/arm/mach-socfpga/misc_s10.c')
-rw-r--r-- | arch/arm/mach-socfpga/misc_s10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/misc_s10.c b/arch/arm/mach-socfpga/misc_s10.c index 113eace650..60c96090ce 100644 --- a/arch/arm/mach-socfpga/misc_s10.c +++ b/arch/arm/mach-socfpga/misc_s10.c @@ -150,7 +150,7 @@ int arch_early_init_r(void) return 0; } -void do_bridge_reset(int enable) +void do_bridge_reset(int enable, unsigned int mask) { socfpga_bridges_reset(enable); } |