Re: [U-Boot] [PATCH 1/3] MIPS: factor out endianess flag handling to arch config.mk

2012-08-25 Thread Mike Frysinger
On Thursday 23 August 2012 18:50:47 daniel.schwierz...@gmail.com wrote: > From: Daniel Schwierzeck > > This is CPU independent and should be configured architecture-wide. nice Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. __

[U-Boot] [PATCH 1/3] MIPS: factor out endianess flag handling to arch config.mk

2012-08-23 Thread daniel . schwierzeck
From: Daniel Schwierzeck This is CPU independent and should be configured architecture-wide. Signed-off-by: Daniel Schwierzeck --- arch/mips/config.mk| 20 ++-- arch/mips/cpu/mips32/config.mk | 19 +-- arch/mips/cpu/xburst/config.mk | 3 +-- include