On Wed, 10 Jun 2020 02:52:22 -0700 Ye Li ye...@nxp.com wrote: > Get below warning on ARM64 platform, because the bmp_load_addr > is defined to u32. > > common/splash.c: In function ‘splash_video_logo_load’: > common/splash.c:74:9: warning: cast to pointer from integer > of different size [-Wint-to-pointer-cast] > 74 | memcpy((void *)bmp_load_addr, bmp_logo_bitmap, > > Signed-off-by: Ye Li <ye...@nxp.com> > --- > common/splash.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-video/master, thanks! -- Anatolij