[U-Boot] [PATCH] mv_sdhci: fix warnings on 64-bit builds

2015-03-17 Thread Rob Herring
Change addresses to unsigned long to be compatible with 64-bit builds. Regardless of fixing warnings, the device is still only 32-bit capable. Signed-off-by: Rob Herring Cc: Pantelis Antoniou --- drivers/mmc/mv_sdhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driv

Re: [U-Boot] [PATCH] mv_sdhci: fix warnings on 64-bit builds

2015-03-18 Thread Pantelis Antoniou
Hi Rob, > On Mar 17, 2015, at 22:46 , Rob Herring wrote: > > Change addresses to unsigned long to be compatible with 64-bit builds. > Regardless of fixing warnings, the device is still only 32-bit capable. > > Signed-off-by: Rob Herring > Cc: Pantelis Antoniou > --- > drivers/mmc/mv_sdhci.c |