mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
8b71e46cea
commit
10f9e4b1c8
3 changed files with 37 additions and 23 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue