[U-Boot] Warnings on arm64 build

2014-01-22 Thread Masahiro Yamada
Hello aarch64 experts, Since commit 3865ceb (vexpress/armv7: Fix incorrect ethernet controller), I have many warning messages when I compile vexpress board. smc9.c: In function ‘poll4int’: smc9.h:252:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Re: [U-Boot] Warnings on arm64 build

2014-01-22 Thread bhupesh.sha...@freescale.com
Hi Mashiro, -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Masahiro Yamada Sent: Thursday, January 23, 2014 12:38 PM To: u-boot@lists.denx.de Subject: [U-Boot] Warnings on arm64 build Hello aarch64 experts, Since