[U-Boot] [PATCH] x86: Update the io.h file to use {out|in}_{be|le}X macros

Bin Meng bmeng.cn at gmail.com
Mon Apr 9 01:47:20 UTC 2018


On Thu, Mar 29, 2018 at 10:41 PM, Lukasz Majewski <lukma at 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 at denx.de>
> ---
>
>  arch/x86/include/asm/io.h | 34 +++++++++++++++++-----------------
>  1 file changed, 17 insertions(+), 17 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list