]> git.sur5r.net Git - u-boot/commit
x86: Update the io.h file to use {out|in}_{be|le}X macros
authorLukasz Majewski <lukma@denx.de>
Thu, 29 Mar 2018 14:41:11 +0000 (16:41 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 16 Apr 2018 08:54:51 +0000 (16:54 +0800)
commit014d7b13aee89aa67bee14ff97f415449033c668
tree26b5b875cc9b08cdb91ce8dea35fa0cdfe0eb246
parent53cabe3d8eaac128788db9bce3f9d4874068806d
x86: Update the io.h file to use {out|in}_{be|le}X macros

The commit 3f70a6f57734 ("x86: Add clr/setbits functions")
introduced the {read|write}_ macros to manipulate data.

Those macros are not used by any code in the u-boot project (despite the
io.h itself). Other architectures use io.h with {in|out}_* macros.

This commit brings some unification across u-boot supported architectures.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/io.h