This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to screen the usb detect function in uboot

my uboot is uboot2013.01.01-psp06.00.00.00(SDK6.0), when i power up my board ,the uboot will detect the usb,and the debut terminal shows:

U-Boot SPL 2013.01.01 (Sep 29 2014 - 10:41:06)

Could not probe the EEPROM; something fundamentally wrong on the I2C bus.

Could not get board ID.

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)

musb-hdrc: MHDRC RTL version 2.0

musb-hdrc: setup fifo_mode 4

musb-hdrc: 28/31 max ep, 16384/16384 memory

USB Peripheral mode controller at 47401000 using PIO, IRQ 0

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)

musb-hdrc: MHDRC RTL version 2.0

musb-hdrc: setup fifo_mode 4

musb-hdrc: 28/31 max ep, 16384/16384 memory

USB Host mode controller at 47401800 using PIO, IRQ 0

This will make a slow speed power up, how to screen this function,thanks.