summaryrefslogtreecommitdiffstats
path: root/include/usb
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2009-06-15 11:50:07 -0500
committerRemy Bohmer <linux@bohmer.net>2009-07-09 21:33:14 +0200
commit4e04f16020115ab5ccf53158e100de58bcaf29bd (patch)
treed9f4dff9596667a5d45bebd2e3cb1a09d67032f6 /include/usb
parent3672cd5c3b53d219d33345eebad4e25ad5bf6d52 (diff)
downloadtalos-obmc-uboot-4e04f16020115ab5ccf53158e100de58bcaf29bd.tar.gz
talos-obmc-uboot-4e04f16020115ab5ccf53158e100de58bcaf29bd.zip
usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
fix a stray CONFIG_MPC83XX that escaped commit 0f898604945af4543c1525fc33b6bae621a3b805. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'include/usb')
-rw-r--r--include/usb/ehci-fsl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/ehci-fsl.h b/include/usb/ehci-fsl.h
index 114056177c..3b99456227 100644
--- a/include/usb/ehci-fsl.h
+++ b/include/usb/ehci-fsl.h
@@ -85,7 +85,7 @@
#define MPC83XX_SCCR_USB_DRCM_01 0x00100000
#define MPC83XX_SCCR_USB_DRCM_10 0x00200000
-#if defined(CONFIG_MPC83XX)
+#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
OpenPOWER on IntegriCloud