Re: [U-Boot] [PATCH 19/82] video: Use ulong for video frame buffer address

2016-10-10 Thread Bin Meng
On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass  wrote:
> Change this type from int to ulong to avoid warnings on 64-bit machines.
>
> Signed-off-by: Simon Glass 
> ---
>
>  include/video_fb.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/video_fb.h b/include/video_fb.h
> index b008853..4a4fd5f 100644
> --- a/include/video_fb.h
> +++ b/include/video_fb.h
> @@ -38,7 +38,7 @@ typedef struct graphic_device {
>  unsigned int dprBase;
>  unsigned int vprBase;
>  unsigned int cprBase;
> -unsigned int frameAdrs;
> +unsigned long frameAdrs;
>  unsigned int memSize;
>  unsigned int mode;
>  unsigned int gdfIndex;
> --

I suspect this patch is not needed after this series:
http://lists.denx.de/pipermail/u-boot/2016-October/269561.html

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 19/82] video: Use ulong for video frame buffer address

2016-09-25 Thread Simon Glass
Change this type from int to ulong to avoid warnings on 64-bit machines.

Signed-off-by: Simon Glass 
---

 include/video_fb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/video_fb.h b/include/video_fb.h
index b008853..4a4fd5f 100644
--- a/include/video_fb.h
+++ b/include/video_fb.h
@@ -38,7 +38,7 @@ typedef struct graphic_device {
 unsigned int dprBase;
 unsigned int vprBase;
 unsigned int cprBase;
-unsigned int frameAdrs;
+unsigned long frameAdrs;
 unsigned int memSize;
 unsigned int mode;
 unsigned int gdfIndex;
-- 
2.8.0.rc3.226.g39d4020

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot