Re: [U-Boot] [PATCH 1/5] imx:mx6sxsabresd add usb support

2014-11-03 Thread Peng Fan
Hi, 在 11/3/2014 8:28 PM, Stefano Babic 写道: Hi Peng, On 01/11/2014 03:19, Peng Fan wrote: Add usb support for mx6sxsabresd board. Signed-off-by: Peng Fan Signed-off-by: Ye.Li --- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 29 + include/configs/mx6sxsabresd.

Re: [U-Boot] [PATCH 1/5] imx:mx6sxsabresd add usb support

2014-11-03 Thread Stefano Babic
Hi Peng, On 01/11/2014 03:19, Peng Fan wrote: > Add usb support for mx6sxsabresd board. > > Signed-off-by: Peng Fan > Signed-off-by: Ye.Li > --- > board/freescale/mx6sxsabresd/mx6sxsabresd.c | 29 > + > include/configs/mx6sxsabresd.h | 14 +

Re: [U-Boot] [PATCH 1/5] imx:mx6sxsabresd add usb support

2014-11-01 Thread Fabio Estevam
On Sat, Nov 1, 2014 at 12:19 AM, Peng Fan wrote: > Add usb support for mx6sxsabresd board. > > Signed-off-by: Peng Fan > Signed-off-by: Ye.Li > --- > board/freescale/mx6sxsabresd/mx6sxsabresd.c | 29 > + > include/configs/mx6sxsabresd.h | 14 +++

Re: [U-Boot] [PATCH 1/5] imx:mx6sxsabresd add usb support

2014-11-01 Thread Li Ye-B37916
Hi Peng, On 11/1/2014 10:19 AM, Peng Fan wrote: > Add usb support for mx6sxsabresd board. > > Signed-off-by: Peng Fan > Signed-off-by: Ye.Li > --- > board/freescale/mx6sxsabresd/mx6sxsabresd.c | 29 > + > include/configs/mx6sxsabresd.h | 14

[U-Boot] [PATCH 1/5] imx:mx6sxsabresd add usb support

2014-10-31 Thread Peng Fan
Add usb support for mx6sxsabresd board. Signed-off-by: Peng Fan Signed-off-by: Ye.Li --- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 29 + include/configs/mx6sxsabresd.h | 14 ++ 2 files changed, 43 insertions(+) diff --git a/board/freesca