Re: [U-Boot] [PATCH 3/3] MIPS: fix endianess handling

2012-04-04 Thread Marek Vasut
Dear Mike Frysinger, > On Monday 02 April 2012 08:57:56 Daniel Schwierzeck wrote: > > 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. > > Acke

Re: [U-Boot] [PATCH 3/3] MIPS: fix endianess handling

2012-04-03 Thread Mike Frysinger
On Monday 02 April 2012 08:57:56 Daniel Schwierzeck wrote: > 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. Acked-by: Mike Frysinger note: we could

[U-Boot] [PATCH 3/3] MIPS: fix endianess handling

2012-04-02 Thread Daniel Schwierzeck
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