Re: [PATCH] bmips: allow disabling usb support

2020-04-23 Thread Daniel Schwierzeck
Am 04.04.20 um 16:01 schrieb Álvaro Fernández Rojas: > Currently, if usb is disabled the following error is produced: > CC drivers/usb/host/ohci-hcd.o > drivers/usb/host/ohci-hcd.c: In function ‘usb_lowlevel_init’: > drivers/usb/host/ohci-hcd.c:2057:35: error: ‘CONFIG_SYS_USB_OHCI_REGS_BA

[PATCH] bmips: allow disabling usb support

2020-04-04 Thread Álvaro Fernández Rojas
Currently, if usb is disabled the following error is produced: CC drivers/usb/host/ohci-hcd.o drivers/usb/host/ohci-hcd.c: In function ‘usb_lowlevel_init’: drivers/usb/host/ohci-hcd.c:2057:35: error: ‘CONFIG_SYS_USB_OHCI_REGS_BASE’ undeclared (first use in this function); did you mean ‘CONF