mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq: Removed usb_init during board recovery flow
Signed-off-by: Karthick Shanmugham <kartshan@codeaurora.org> Change-Id: Ib8dd62084d82477eb9bebcaa33a7b134c41d9afc
This commit is contained in:
parent
2e249ffd6b
commit
35fb2435e2
1 changed files with 5 additions and 3 deletions
|
|
@ -214,9 +214,11 @@ int board_init(void)
|
|||
#endif
|
||||
}
|
||||
#endif
|
||||
ret = ipq_board_usb_init();
|
||||
if (ret < 0) {
|
||||
printf("WARN: ipq_board_usb_init failed\n");
|
||||
if (sfi->flash_type != SMEM_BOOT_NO_FLASH) {
|
||||
ret = ipq_board_usb_init();
|
||||
if (ret < 0) {
|
||||
printf("WARN: ipq_board_usb_init failed\n");
|
||||
}
|
||||
}
|
||||
|
||||
aquantia_phy_reset_init();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue