Re: [U-Boot] [PATCH v3 3/3] ARMV7: Vexpress: Add MMC support

2011-04-28 Thread John Rigby
On Thu, Apr 28, 2011 at 12:57 PM, Andy Fleming wrote: > It's on my todo list for today Thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 3/3] ARMV7: Vexpress: Add MMC support

2011-04-28 Thread Andy Fleming
It's on my todo list for today On Apr 28, 2011, at 1:46 PM, John Rigby wrote: > On Sat, Apr 16, 2011 at 3:53 PM, Matt Waddel > wrote: >> On 04/13/2011 05:09 AM, Andy Fleming wrote: >>> On Wed, Mar 2, 2011 at 11:22 PM, wrote: From: Matt Waddel Added the board specific definiti

Re: [U-Boot] [PATCH v3 3/3] ARMV7: Vexpress: Add MMC support

2011-04-28 Thread John Rigby
On Sat, Apr 16, 2011 at 3:53 PM, Matt Waddel wrote: > On 04/13/2011 05:09 AM, Andy Fleming wrote: >> On Wed, Mar 2, 2011 at 11:22 PM,   wrote: >>> From: Matt Waddel >>> >>> Added the board specific definitions to use the MMCI device. >>> >>> Signed-off-by: Matt Waddel >> >> Looks fine to me.  I

Re: [U-Boot] [PATCH v3 3/3] ARMV7: Vexpress: Add MMC support

2011-04-16 Thread Matt Waddel
On 04/13/2011 05:09 AM, Andy Fleming wrote: > On Wed, Mar 2, 2011 at 11:22 PM, wrote: >> From: Matt Waddel >> >> Added the board specific definitions to use the MMCI device. >> >> Signed-off-by: Matt Waddel > > Looks fine to me. I can apply this to my tree if that's fine with the > maintainer

Re: [U-Boot] [PATCH v3 3/3] ARMV7: Vexpress: Add MMC support

2011-04-13 Thread Andy Fleming
On Wed, Mar 2, 2011 at 11:22 PM, wrote: > From: Matt Waddel > > Added the board specific definitions to use the MMCI device. > > Signed-off-by: Matt Waddel Looks fine to me. I can apply this to my tree if that's fine with the maintainer. If not, I'm also OK if the maintainer wants to pull in

[U-Boot] [PATCH v3 3/3] ARMV7: Vexpress: Add MMC support

2011-03-02 Thread matt . waddel
From: Matt Waddel Added the board specific definitions to use the MMCI device. Signed-off-by: Matt Waddel --- board/armltd/vexpress/ca9x4_ct_vxp.c |9 + include/configs/ca9x4_ct_vxp.h |4 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/board/armltd/ve