From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH] bmips: allow disabling usb support
Date: Thu, 23 Apr 2020 21:10:08 +0200 [thread overview]
Message-ID: <69a22634-2aaa-6543-0370-e73229224384@gmail.com> (raw)
In-Reply-To: <20200404140112.5074-1-noltari@gmail.com>
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_BASE? undeclared (first use in this function); did you mean ?CONFIG_SYS_MONITOR_BASE??
> gohci.regs = (struct ohci_regs *)CONFIG_SYS_USB_OHCI_REGS_BASE;
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> CONFIG_SYS_MONITOR_BASE
> drivers/usb/host/ohci-hcd.c:2057:35: note: each undeclared identifier is reported only once for each function it appears in
> drivers/usb/host/ohci-hcd.c:2061:20: error: ?CONFIG_SYS_USB_OHCI_SLOT_NAME? undeclared (first use in this function); did you mean ?CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS??
> gohci.slot_name = CONFIG_SYS_USB_OHCI_SLOT_NAME;
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS
>
> Signed-off-by: ?lvaro Fern?ndez Rojas <noltari@gmail.com>
> ---
> include/configs/bmips_bcm6318.h | 2 ++
> include/configs/bmips_bcm63268.h | 2 ++
> include/configs/bmips_bcm6328.h | 2 ++
> include/configs/bmips_bcm6348.h | 2 ++
> include/configs/bmips_bcm6358.h | 2 ++
> include/configs/bmips_bcm6362.h | 2 ++
> include/configs/bmips_bcm6368.h | 2 ++
> 7 files changed, 14 insertions(+)
>
applied to u-boot-mips, thanks.
--
- Daniel
prev parent reply other threads:[~2020-04-23 19:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-04 14:01 [PATCH] bmips: allow disabling usb support Álvaro Fernández Rojas
2020-04-23 19:10 ` Daniel Schwierzeck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=69a22634-2aaa-6543-0370-e73229224384@gmail.com \
--to=daniel.schwierzeck@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox