
9 Apr
2018
9 Apr
'18
3:47 a.m.
On Thu, Mar 29, 2018 at 10:41 PM, Lukasz Majewski lukma@denx.de wrote:
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
arch/x86/include/asm/io.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com