|
@@ -756,7 +756,7 @@ static void dwc3_core_setup_global_control(struct dwc3 *dwc)
|
|
|
|
|
|
/* check if current dwc3 is on simulation board */
|
|
/* check if current dwc3 is on simulation board */
|
|
if (dwc->hwparams.hwparams6 & DWC3_GHWPARAMS6_EN_FPGA) {
|
|
if (dwc->hwparams.hwparams6 & DWC3_GHWPARAMS6_EN_FPGA) {
|
|
- dev_info(dwc->dev, "Running with FPGA optmizations\n");
|
|
|
|
|
|
+ dev_info(dwc->dev, "Running with FPGA optimizations\n");
|
|
dwc->is_fpga = true;
|
|
dwc->is_fpga = true;
|
|
}
|
|
}
|
|
|
|
|