diff options
author | Nobuhiro Iwamatsu | 2014-07-28 15:29:31 +0900 |
---|---|---|
committer | Tom Rini | 2014-08-09 11:17:01 -0400 |
commit | 5906fadefa7222ecca959ff3e3655eb8ecda88a4 (patch) | |
tree | 0416d9a74a35b16728996ad020dc10debb5048ca /include/configs/lager.h | |
parent | ed7ce836cd7631fcb2e30fde4adc53b024f11f46 (diff) |
usb: ehci: rmobile: Remove xHCI address
echi-rmobile does not support xHCI. This removes xHCI address
from address table. And this revise a value of CONFIG_USB_MAX_CONTROLLER_COUNT
for lager board and koelsh board.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/lager.h')
-rw-r--r-- | include/configs/lager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index f39a788e91e..74c998f3d45 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -175,7 +175,7 @@ /* USB */ #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_RMOBILE -#define CONFIG_USB_MAX_CONTROLLER_COUNT 4 +#define CONFIG_USB_MAX_CONTROLLER_COUNT 3 #define CONFIG_USB_STORAGE #endif /* __LAGER_H */ |