Re: [U-Boot] [PATCH 2/2] change the way of build little endian board

2010-08-09 Thread Xiangfu Liu
On 08/10/2010 01:10 AM, Mike Frysinger wrote: > On Mon, Aug 9, 2010 at 11:13 AM, wrote: >> add CONFIG_CPU_LITTLE_ENDIAN to little endian board config. >> use -dumpmachine to check if the cross compile. >> >> --- >> Makefile |1 + >> arch/mips/config.mk | 27 ++

Re: [U-Boot] [PATCH 2/2] change the way of build little endian board

2010-08-09 Thread Mike Frysinger
On Mon, Aug 9, 2010 at 11:13 AM, wrote: > add CONFIG_CPU_LITTLE_ENDIAN to little endian board config. > use -dumpmachine to check if the cross compile. > > --- >  Makefile                 |    1 + >  arch/mips/config.mk      |   27 +-- >  arch/mips/cpu/config.mk  |    8 --

[U-Boot] [PATCH 2/2] change the way of build little endian board

2010-08-09 Thread xiangfu
add CONFIG_CPU_LITTLE_ENDIAN to little endian board config. use -dumpmachine to check if the cross compile. Signed-off-by: Xiangfu Liu Acked-by: Shinya Kuribayashi --- Makefile |1 + arch/mips/config.mk | 27 +-- arch/mips/cpu/config.mk |