[U-Boot] [PATCH] usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error

2009-06-15 Thread Kim Phillips
fix a stray CONFIG_MPC83XX that escaped commit 0f898604945af4543c1525fc33b6bae621a3b805. Signed-off-by: Kim Phillips kim.phill...@freescale.com --- include/usb/ehci-fsl.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/usb/ehci-fsl.h b/include/usb/ehci-fsl.h

Re: [U-Boot] [PATCH] usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error

2009-06-15 Thread Remy Bohmer
Hello, 2009/6/15 Kim Phillips kim.phill...@freescale.com: fix a stray CONFIG_MPC83XX that escaped commit 0f898604945af4543c1525fc33b6bae621a3b805. Signed-off-by: Kim Phillips kim.phill...@freescale.com ---  include/usb/ehci-fsl.h |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-)