diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2018-05-24 00:17:23 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-07-12 09:22:11 +0200 |
commit | 10f9e4b1c86bcc28b1a70ade88b487f639447eec (patch) | |
tree | b15a08c17d55e5b8f8661aadc646b573d83d4cb5 /arch/arm/mach-socfpga/include/mach/misc.h | |
parent | 8b71e46ceab8b66208107de688cbb4dd25fe38cd (diff) | |
download | u-boot-10f9e4b1c86bcc28b1a70ade88b487f639447eec.tar.gz |
arm: socfpga: misc: Move bridge command to misc common
Move bridge command to misc common driver, in preparation to used by
other platforms.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/arm/mach-socfpga/include/mach/misc.h')
-rw-r--r-- | arch/arm/mach-socfpga/include/mach/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/misc.h b/arch/arm/mach-socfpga/include/mach/misc.h index 197f09a57c..7fe77ac8d8 100644 --- a/arch/arm/mach-socfpga/include/mach/misc.h +++ b/arch/arm/mach-socfpga/include/mach/misc.h @@ -27,4 +27,6 @@ unsigned int shared_uart_com_port(const void *blob); unsigned int uart_com_port(const void *blob); #endif +void do_bridge_reset(int enable); + #endif /* _MISC_H_ */ |