[U-Boot] [PATCH 1/2 V2] mips: add endianness support

2009-05-23 Thread Jean-Christophe PLAGNIOL-VILLARD
curently we need to specify the endian of each board in the LDS in order to unify all of them add full endianness support by default the mips platforms will be compiled as big-endian to compile it as little-endian define CONFIG_CPU_LITTLE_ENDIAN Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

Re: [U-Boot] [PATCH 1/2 V2] mips: add endianness support

2009-05-23 Thread Shinya Kuribayashi
Hi, Jean-Christophe PLAGNIOL-VILLARD wrote: curently we need to specify the endian of each board in the LDS in order to unify all of them add full endianness support by default the mips platforms will be compiled as big-endian to compile it as little-endian define CONFIG_CPU_LITTLE_ENDIAN

Re: [U-Boot] [PATCH 1/2 V2] mips: add endianness support

2009-05-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:24 Sun 24 May , Shinya Kuribayashi wrote: Hi, Jean-Christophe PLAGNIOL-VILLARD wrote: curently we need to specify the endian of each board in the LDS in order to unify all of them add full endianness support by default the mips platforms will be compiled as big-endian to compile

Re: [U-Boot] [PATCH 1/2 V2] mips: add endianness support

2009-05-23 Thread Shinya Kuribayashi
Jean-Christophe PLAGNIOL-VILLARD wrote: On 00:24 Sun 24 May , Shinya Kuribayashi wrote: Thanks for resubmitting, but there's one thing I'm warried about. when I gave it a try last time, with almost the same patch you did, I had a GNU make problem. I'll look closely into it, so please

Re: [U-Boot] [PATCH 1/2 V2] mips: add endianness support

2009-05-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:58 Sun 24 May , Shinya Kuribayashi wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 00:24 Sun 24 May , Shinya Kuribayashi wrote: Thanks for resubmitting, but there's one thing I'm warried about. when I gave it a try last time, with almost the same patch you did, I had a GNU