From mboxrd@z Thu Jan 1 00:00:00 1970 From: xiangfu at openmobilefree.net Date: Mon, 9 Aug 2010 23:13:42 +0800 Subject: [U-Boot] [PATCH 0/2] fix little endian build In-Reply-To: References: Message-ID: <4c601b31.092d730a.41d1.66e2@mx.google.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Xiangfu Liu those two patches fix the little endian build. done by Shinya Kuribayashi. Makefile | 1 + arch/mips/config.mk | 27 +++++++++++++++++++++++++-- arch/mips/cpu/config.mk | 8 -------- board/dbau1x00/u-boot.lds | 2 +- board/gth2/u-boot.lds | 2 +- board/incaip/u-boot.lds | 2 +- board/pb1x00/u-boot.lds | 2 +- board/purple/u-boot.lds | 2 +- board/qemu-mips/u-boot.lds | 2 +- examples/standalone/mips.lds | 2 +- include/configs/pb1x00.h | 2 ++ 11 files changed, 35 insertions(+), 17 deletions(-)