Re: [U-Boot] [PATCH 12/33] x86: Adjust I/O macros to work on 64-bit machines

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present these macros give warnings on 64-bit machines and do not > correctly do 32-bit accesses. Update them to use linux types. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/io.h | 16 > 1 file changed,

[U-Boot] [PATCH 12/33] x86: Adjust I/O macros to work on 64-bit machines

2019-01-21 Thread Simon Glass
At present these macros give warnings on 64-bit machines and do not correctly do 32-bit accesses. Update them to use linux types. Signed-off-by: Simon Glass --- arch/x86/include/asm/io.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git