mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq5018: increase bt wait timeout
Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org> Change-Id: I0255e7814d13b6cbe46ba6b167a9930e9c6f61e5
This commit is contained in:
parent
ac3c252cf1
commit
e0b48e556a
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ typedef enum {
|
||||||
BT_WAIT_FOR_STOP = 2,
|
BT_WAIT_FOR_STOP = 2,
|
||||||
} bt_wait;
|
} bt_wait;
|
||||||
|
|
||||||
#define BT_TIMEOUT_US 50000
|
#define BT_TIMEOUT_US 500000
|
||||||
|
|
||||||
int bt_init(void);
|
int bt_init(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue