From: Hongtao Jia Date: Thu, 20 Dec 2012 19:39:53 +0000 (+0000) Subject: powerpc/mpc8544ds: Add USB controller support for MPC8544DS X-Git-Tag: v2013.04-rc1~162 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=86a194b73383d68ea66b182731c6ae4d884e27b4;p=oweals%2Fu-boot.git powerpc/mpc8544ds: Add USB controller support for MPC8544DS USB controller in uboot is a required feature for MPC8544DS. Without this support there is no 'usb' command in uboot. Signed-off-by: Jia Hongtao Signed-off-by: Li Yang Signed-off-by: Andy Fleming --- diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index 83b8668bac..d5f3c5f56f 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -415,6 +415,18 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_CMD_EXT2 #endif +/* + * USB + */ +#define CONFIG_USB_EHCI + +#ifdef CONFIG_USB_EHCI +#define CONFIG_CMD_USB +#define CONFIG_USB_EHCI_PCI +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET +#define CONFIG_USB_STORAGE +#define CONFIG_PCI_EHCI_DEVICE 0 +#endif #undef CONFIG_WATCHDOG /* watchdog disabled */