diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-07-21 20:10:35 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:02:16 -0400 |
commit | 8845ad4f2e1475e7096f7aea0561f0b1262d5738 (patch) | |
tree | d71fafadb9f7eb8a8970331280b5e0c64bc19957 | |
parent | 1584e4f45f8bf84b2709b65daca550e21a1922bf (diff) | |
download | u-boot-8845ad4f2e1475e7096f7aea0561f0b1262d5738.tar.gz |
nokia_rx51: Typo in CONFIG_MUSB_HCD fixup
CONFIG_MUSB_HDC should be CONFIG_MUSB_HCD to have any effect.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | include/configs/nokia_rx51.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index efc583f91e..6e3ce4d3c7 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -109,7 +109,7 @@ /* USB */ #define CONFIG_MUSB_UDC -#define CONFIG_MUSB_HDC +#define CONFIG_MUSB_HCD #define CONFIG_USB_OMAP3 #define CONFIG_TWL4030_USB |