Skip to content
Commit 014d7b13 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Bin Meng
Browse files

x86: Update the io.h file to use {out|in}_{be|le}X macros



The commit 3f70a6f5 ("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: default avatarLukasz Majewski <lukma@denx.de>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 53cabe3d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment