commit | 04bd0f1a5bb5e377bef8050066660d525aa598e4 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Thu Mar 29 16:41:11 2018 +0200 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Apr 16 16:54:51 2018 +0800 |
tree | 26b5b875cc9b08cdb91ce8dea35fa0cdfe0eb246 | |
parent | 260fa77739f5d51c91e8bcfe41d0bd3d878b3752 [diff] |
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>