From a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8 Mon Sep 17 00:00:00 2001 From: Vivek Mahajan Date: Thu, 21 May 2009 17:32:48 +0530 Subject: mpc85xx: USB: Add support The following patch adds 85xx-specific USB support and also revamps Copyright in immap_85xx.h Signed-off-by: Vivek Mahajan Signed-off-by: Remy Bohmer --- include/usb/ehci-fsl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/usb/ehci-fsl.h') diff --git a/include/usb/ehci-fsl.h b/include/usb/ehci-fsl.h index 7ae948c670..114056177c 100644 --- a/include/usb/ehci-fsl.h +++ b/include/usb/ehci-fsl.h @@ -87,6 +87,8 @@ #if defined(CONFIG_MPC83XX) #define CONFIG_SYS_MPC8xxx_USB_ADDR CONFIG_SYS_MPC83xx_USB_ADDR +#elif defined(CONFIG_MPC85xx) +#define CONFIG_SYS_MPC8xxx_USB_ADDR CONFIG_SYS_MPC85xx_USB_ADDR #endif /* -- cgit v1.2.1