diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-21 13:37:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-21 13:37:34 -0500 |
commit | 5c676780e116dc79c1819d6c49a2aa53e1053e04 (patch) | |
tree | f3520ab8006d50442d48da215993c1ec4711f10a /arch/arm/mach-socfpga/include/mach/misc.h | |
parent | b7702158fb0ab3a1d2f81efefb47133e245c2a44 (diff) | |
parent | bd5581716d0407272cfde624b484e530665b0a2f (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
- stratix10 updates
Diffstat (limited to 'arch/arm/mach-socfpga/include/mach/misc.h')
-rw-r--r-- | arch/arm/mach-socfpga/include/mach/misc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/misc.h b/arch/arm/mach-socfpga/include/mach/misc.h index 26609927c8..86d5d2b62b 100644 --- a/arch/arm/mach-socfpga/include/mach/misc.h +++ b/arch/arm/mach-socfpga/include/mach/misc.h @@ -18,9 +18,9 @@ struct bsel { extern struct bsel bsel_str[]; #ifdef CONFIG_FPGA -void socfpga_fpga_add(void); +void socfpga_fpga_add(void *fpga_desc); #else -static inline void socfpga_fpga_add(void) {} +inline void socfpga_fpga_add(void *fpga_desc) {} #endif #ifdef CONFIG_TARGET_SOCFPGA_GEN5 |