Re: [U-Boot] [U-Boot, v4] rockchip: video: mipi: Modify variable type for arm32 compatibility

2017-06-25 Thread Philipp Tomsich
> Some address relevant varibable is defined originally as u64. To > compatible with arm32, this patch change them to uintptr_t type. > > Signed-off-by: Eric Gao > Reviewed-by: Simon Glass > --- > > Changes in v3: > -Cancel the force convert for

Re: [U-Boot] [U-Boot, v4] rockchip: video: mipi: Modify variable type for arm32 compatibility

2017-06-25 Thread Philipp Tomsich
> Some address relevant varibable is defined originally as u64. To > compatible with arm32, this patch change them to uintptr_t type. > > Signed-off-by: Eric Gao > Reviewed-by: Simon Glass > --- > > Changes in v3: > -Cancel the force convert for