From: "Markus Klotzbücher" <mk@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] How to configurate USB of mpc8247 in u-boot 1.1.3
Date: Wed, 14 Jun 2006 13:33:37 +0200 [thread overview]
Message-ID: <873be8hsz2.fsf@denx.de> (raw)
In-Reply-To: <200606141704210596447@gmail.com> (lichlin@gmail.com's message of "Wed, 14 Jun 2006 17:04:24 +0800")
"lichlin" <lichlin@gmail.com> writes:
> I have done some define in include/configs/MPC8260ADS.h.
>
> #define CONFIG_COMMANDS ( ( CFG_CMD_ALL & ~( \
> CFG_CMD_SDRAM | \
> CFG_CMD_I2C | \
> CFG_EXCLUDE ) ) | \
> CFG_CMD_USB | \
> CFG_CMD_FAT )
> #define CONFIG_USB_OHCI
> #define CONFIG_USB_STORAGE
> #define CONFIG_MAC_PARTITION
> #define CONFIG_DOS_PARTITION
>
>
> But the result of compile is error. The print of compile is following:
It seems an appropriate lowlevel usb driver is missing for your
board/cpu. Look at the usb_ohci.[ch] / usb_uhci.[ch] drivers for
examples. If you have an OHCI controller, consider using the USB-testing
branch and use the generic driver. In any case you should use a current
version of U-Boot.
And please don't send HTML and BASE64 encoded messages.
Regards
Markus Klotzbuecher
next prev parent reply other threads:[~2006-06-14 11:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.0.1150274645.2977.u-boot-users@lists.sourceforge.net>
2006-06-14 9:04 ` [U-Boot-Users] How to configurate USB of mpc8247 in u-boot 1.1.3 lichlin
2006-06-14 11:33 ` Markus Klotzbücher [this message]
2006-06-14 14:16 ` Wolfgang Denk
2006-06-15 13:58 ` [U-Boot-Users] logistic question gxk
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=873be8hsz2.fsf@denx.de \
--to=mk@denx.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.