From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sat, 14 Jan 2017 21:31:36 +0800 Subject: [U-Boot] [PATCH v2 39/63] x86: Fix up byteorder.h for x86_64 In-Reply-To: <1479587152-25065-40-git-send-email-sjg@chromium.org> References: <1479587152-25065-1-git-send-email-sjg@chromium.org> <1479587152-25065-40-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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-by: Bin Meng