Re: [U-Boot] [PATCH v2 39/63] x86: Fix up byteorder.h for x86_64

2017-01-14 Thread Bin Meng
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass wrote: > Remove the very old x86 code and add support for 64-bit. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/include/asm/byteorder.h | 17 + > 1 file changed, 9 insertions(+), 8 deletions(-) > Reviewed-b

[U-Boot] [PATCH v2 39/63] x86: Fix up byteorder.h for x86_64

2016-11-19 Thread Simon Glass
Remove the very old x86 code and add support for 64-bit. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/include/asm/byteorder.h | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/arch/x86/include/asm/byteorder.h b/arch/x86/include/asm/byteorder.h