diff options
author | Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> | 2012-04-02 02:57:56 +0000 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2012-04-02 15:54:53 +0200 |
commit | 6cb461b4f1531dbae5c0bae857f649b7943114ec (patch) | |
tree | bd8df91ecc1ebbd2d2cef76bfd1940b74e9920ee /boards.cfg | |
parent | 979cfeaf36bf8719d4a1a98f1e8a3e16ef3d1fba (diff) | |
download | u-boot-6cb461b4f1531dbae5c0bae857f649b7943114ec.tar.gz u-boot-6cb461b4f1531dbae5c0bae857f649b7943114ec.tar.xz u-boot-6cb461b4f1531dbae5c0bae857f649b7943114ec.zip |
MIPS: fix endianess handling
Make endianess of target CPU configurable. Use the new config
option for dbau1550_el and pb1000 boards.
Adapt linking of standalone applications to pass through
endianess options to LD.
Build tested with:
- ELDK 4 mips_4KC- and mips4KCle
- Sourcery CodeBench Lite 2011.03-93
With this patch all 26 MIPS boards can be compiled now in one step by
running "MAKEALL -a mips".
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Diffstat (limited to 'boards.cfg')
-rw-r--r-- | boards.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards.cfg b/boards.cfg index c6090bab90..3cf75c3151 100644 --- a/boards.cfg +++ b/boards.cfg @@ -360,7 +360,7 @@ dbau1000 mips mips32 dbau1x00 - dbau1100 mips mips32 dbau1x00 - au1x00 dbau1x00:DBAU1100 dbau1500 mips mips32 dbau1x00 - au1x00 dbau1x00:DBAU1500 dbau1550 mips mips32 dbau1x00 - au1x00 dbau1x00:DBAU1550 -dbau1550_el mips mips32 dbau1x00 - au1x00 dbau1x00:DBAU1550 +dbau1550_el mips mips32 dbau1x00 - au1x00 dbau1x00:DBAU1550,SYS_LITTLE_ENDIAN gth2 mips mips32 - - au1x00 pb1000 mips mips32 pb1x00 - au1x00 pb1x00:PB1000 incaip mips mips32 incaip - incaip |